mirror of
https://github.com/pdxlocations/contact.git
synced 2026-08-07 01:13:19 +02:00
remove space
This commit is contained in:
+1
-9
@@ -187,12 +187,6 @@ def remove_notification(channel_number):
|
||||
channel_win.addstr(channel_number + 1, len(str(truncated_channel_name))+1, " ", curses.color_pair(4))
|
||||
channel_win.refresh()
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def update_messages_window():
|
||||
global all_messages, selected_channel
|
||||
|
||||
@@ -226,7 +220,7 @@ def draw_text_field(win, text):
|
||||
win.border()
|
||||
win.addstr(1, 1, text)
|
||||
|
||||
|
||||
|
||||
def draw_channel_list():
|
||||
global direct_message
|
||||
|
||||
@@ -250,8 +244,6 @@ def draw_channel_list():
|
||||
channel_win.refresh()
|
||||
|
||||
|
||||
|
||||
|
||||
def draw_node_list():
|
||||
global selected_node, direct_message
|
||||
nodes_win.clear()
|
||||
|
||||
Reference in New Issue
Block a user