diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-27 23:02:12 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-01-27 23:02:12 +0000 |
commit | e724584faa026c95362d85500351668b0d21290c (patch) | |
tree | e00a584c537005a286ac3beedae7e783d69c5274 /src/window.py | |
parent | 40f3dad56bd5cdb05e970797e48f18d2fdb364dd (diff) | |
download | poezio-e724584faa026c95362d85500351668b0d21290c.tar.gz poezio-e724584faa026c95362d85500351668b0d21290c.tar.bz2 poezio-e724584faa026c95362d85500351668b0d21290c.tar.xz poezio-e724584faa026c95362d85500351668b0d21290c.zip |
corrige la deconnexion sur les conneries du genre ctrl+x. Et desactive C-c en mode pas-debug
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.py b/src/window.py index 382e88de..1baefa42 100644 --- a/src/window.py +++ b/src/window.py @@ -164,8 +164,6 @@ class Input(Win): """ def __init__(self, height, width, y, x, stdscr): Win.__init__(self, height, width, y, x, stdscr) - # self.input = curses.textpad.Textbox(self.win) - # self.input.insert_mode = True self.history = [] self.text = u'' self.pos = 0 |