diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-06-21 02:43:59 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-06-21 02:43:59 +0200 |
commit | 76cacb32a6a13fbd69593fffba011c97bcf8825e (patch) | |
tree | 1f21274744e231c356c40b606b55bcd2f65af8fb /src/windows.py | |
parent | 0fa3cf756a50dffe01e46c725245445dc1cfd39b (diff) | |
download | poezio-76cacb32a6a13fbd69593fffba011c97bcf8825e.tar.gz poezio-76cacb32a6a13fbd69593fffba011c97bcf8825e.tar.bz2 poezio-76cacb32a6a13fbd69593fffba011c97bcf8825e.tar.xz poezio-76cacb32a6a13fbd69593fffba011c97bcf8825e.zip |
Enter displays the content of the selected item
Diffstat (limited to 'src/windows.py')
-rw-r--r-- | src/windows.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/windows.py b/src/windows.py index 9f6fc676..8176da67 100644 --- a/src/windows.py +++ b/src/windows.py @@ -1633,10 +1633,6 @@ class SimpleTextWin(Win): self._text = text self.built_lines = [] - def resize(self, height, width, y, x, stdscr): - self._resize(height, width, y, x, stdscr) - self.rebuild_text() - def rebuild_text(self): """ Transform the text in lines than can then be |