diff options
author | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-22 02:01:22 +0000 |
---|---|---|
committer | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13> | 2010-11-22 02:01:22 +0000 |
commit | c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba (patch) | |
tree | 2cd0476d5ee525acc15e86cd6c274f972c17b4af /src/tab.py | |
parent | 7aaac859006bf160e9f4c34648b28ddd6c2d75ea (diff) | |
download | poezio-c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba.tar.gz poezio-c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba.tar.bz2 poezio-c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba.tar.xz poezio-c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba.zip |
\t does not complete anymore
Diffstat (limited to 'src/tab.py')
-rw-r--r-- | src/tab.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -248,7 +248,6 @@ class MucTab(ChatTab): self.info_win = windows.TextWin(self.core.information_win_size, (self.width//10)*9, self.height-2-self.core.information_win_size, 0, self.core.stdscr, self.visible) self.tab_win = windows.GlobalInfoBar(1, self.width, self.height-2, 0, self.core.stdscr, self.visible) self.input = windows.MessageInput(1, self.width, self.height-1, 0, self.core.stdscr, self.visible) - # self.key_func['\t'] = self.completion self.key_func['^I'] = self.completion self.key_func['M-i'] = self.completion |