From 9275ded3338b6f1fa356aaa4ee306dcb1e20b019 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 27 Jan 2010 19:46:08 +0000 Subject: historique, edition de ligne correcte, affichage du texte OK, gestion des caracteres unicodes (reception et envoie) et d'autres trucs --- src/client.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.py') diff --git a/src/client.py b/src/client.py index ccc2b7b4..31792512 100644 --- a/src/client.py +++ b/src/client.py @@ -25,6 +25,8 @@ from handler import Handler from gui import Gui from curses import wrapper, initscr +sys.stderr = open('/dev/null', 'a') + class Client(object): """ Main class -- cgit v1.2.3