remove space

This commit is contained in:
pdxlocations
2024-04-01 22:20:18 -07:00
parent e03b98bcbe
commit fe567b4a46
+1 -9
View File
@@ -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()