diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-01-12 07:13:02 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-01-12 07:13:02 +0100 |
commit | fce9a60f9a4b7ff7273e3351336ef5e268178ff3 (patch) | |
tree | a9c619e516c8dd509b910c2d6c5246a53193491e /src/core.py | |
parent | 469bbd29006cdf660e7a2deaf171ec71c1f1c031 (diff) | |
download | poezio-fce9a60f9a4b7ff7273e3351336ef5e268178ff3.tar.gz poezio-fce9a60f9a4b7ff7273e3351336ef5e268178ff3.tar.bz2 poezio-fce9a60f9a4b7ff7273e3351336ef5e268178ff3.tar.xz poezio-fce9a60f9a4b7ff7273e3351336ef5e268178ff3.zip |
Fix M-b and M-f, fixed #2102
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core.py b/src/core.py index 47ef1696..53728a5b 100644 --- a/src/core.py +++ b/src/core.py @@ -611,7 +611,6 @@ class Core(object): if isinstance(self.current_tab(), tabs.RosterInfoTab): self.refresh_window() - def full_screen_redraw(self): """ Completely erase and redraw the screen |