From c8d7f803c7ccc659c1e29b99f2d210caa6b1fcba Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Mon, 22 Nov 2010 02:01:22 +0000 Subject: \t does not complete anymore --- src/tab.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tab.py') diff --git a/src/tab.py b/src/tab.py index 5a0f3efc..6828a3a4 100644 --- a/src/tab.py +++ b/src/tab.py @@ -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 -- cgit v1.2.3