diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-12-07 16:37:19 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-12-07 16:37:19 +0000 |
commit | 9671db59807932ba1ed914d092d00a63dd7280ae (patch) | |
tree | 13e6fdea2981d533b6700e8ca5fe5cad064574a7 /src/core.py | |
parent | 62427ff4013796603a7a635d56927abd7643a01c (diff) | |
download | poezio-9671db59807932ba1ed914d092d00a63dd7280ae.tar.gz poezio-9671db59807932ba1ed914d092d00a63dd7280ae.tar.bz2 poezio-9671db59807932ba1ed914d092d00a63dd7280ae.tar.xz poezio-9671db59807932ba1ed914d092d00a63dd7280ae.zip |
fixed #2036 (ctrl+l)
Diffstat (limited to 'src/core.py')
-rw-r--r-- | src/core.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core.py b/src/core.py index 5b6d225e..ac0d709e 100644 --- a/src/core.py +++ b/src/core.py @@ -141,6 +141,7 @@ class Core(object): 'M-r': self.go_to_roster, 'M-z': self.go_to_previous_tab, 'M-v': self.move_separator, + '^L': self.call_for_resize, } # Add handlers |