mirror of https://github.com/hak5/ToorChat.git
Fixed
parent
6e20c68e33
commit
4128a8ec1b
|
@ -104,11 +104,7 @@ class Visualizer():
|
|||
entry = self.screen.getch()
|
||||
if entry == curses.KEY_RESIZE:
|
||||
self.__draw_frame__(False)
|
||||
<<<<<<< Updated upstream
|
||||
if entry == 10:
|
||||
=======
|
||||
if entry == ord('\n'):
|
||||
>>>>>>> Stashed changes
|
||||
self.screen.nodelay(0)
|
||||
user_input = self.screen.getstr(1, 1, 60)
|
||||
old_message = self.protocol.send_chat_message(user_input, self.user)
|
||||
|
|
Loading…
Reference in New Issue