mirror of
https://github.com/pdxlocations/contact.git
synced 2026-05-07 05:44:27 +02:00
f5b9db6d7a
^d will remove a conversation from the channels list, but preserve it in the database in case we start a conversation with the same node again.
12 lines
218 B
Python
12 lines
218 B
Python
interface = None
|
|
display_log = False
|
|
all_messages = {}
|
|
channel_list = []
|
|
notifications = []
|
|
packet_buffer = []
|
|
node_list = []
|
|
myNodeNum = 0
|
|
selected_channel = 0
|
|
selected_message = 0
|
|
selected_node = 0
|
|
current_window = 0 |