From a8748fbbebc80d98efd552238524599d0b2978ff Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 26 Jan 2010 11:06:28 +0000 Subject: [PATCH] This FIXME is fixed --- terminatorlib/terminal.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/terminatorlib/terminal.py b/terminatorlib/terminal.py index 21f4daf2..c3110094 100755 --- a/terminatorlib/terminal.py +++ b/terminatorlib/terminal.py @@ -499,8 +499,6 @@ for %s (%s)' % (name, urlplugin.__class__.__name__)) backspace = self.config['backspace_binding'] delete = self.config['delete_binding'] - # FIXME: This doesn't seem like we ever obey control-h or - # escape-sequence try: if backspace == 'ascii-del': backbind = vte.ERASE_ASCII_DELETE