diff options
author | mathieui <mathieui@mathieui.net> | 2012-07-26 00:09:23 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-07-26 00:09:23 +0200 |
commit | 2767da0b78512f9070506ead32bd3fe4a16b2450 (patch) | |
tree | 128dee2fd59aad8da74c6c4e1b89e71b934dd396 /src/tabs.py | |
parent | b7b7d6b3aadde8cf769fec948f5598f66998e100 (diff) | |
download | poezio-2767da0b78512f9070506ead32bd3fe4a16b2450.tar.gz poezio-2767da0b78512f9070506ead32bd3fe4a16b2450.tar.bz2 poezio-2767da0b78512f9070506ead32bd3fe4a16b2450.tar.xz poezio-2767da0b78512f9070506ead32bd3fe4a16b2450.zip |
Small non-impacting modifications
- Write the config with “option = value” instead of “option= value”
- Docstring for sighup_handler
- Optimize a join() in the main loop
- Rename the verbose get_error_message_from_error_stanza() with
get_error_message()
- Remove the unused Tab.just_before_refresh() which is litterally used
nowhere in poezio
Diffstat (limited to 'src/tabs.py')
-rw-r--r-- | src/tabs.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tabs.py b/src/tabs.py index f697d888..7eed1790 100644 --- a/src/tabs.py +++ b/src/tabs.py @@ -352,14 +352,6 @@ class Tab(object): """ pass - def just_before_refresh(self): - """ - Method called just before the screen refresh. - Particularly useful to move the cursor at the - correct position. - """ - pass - def on_close(self): """ Called when the tab is to be closed |