This FIXME is fixed
This commit is contained in:
parent
8aebcf62a2
commit
a8748fbbeb
|
@ -499,8 +499,6 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
|
||||||
backspace = self.config['backspace_binding']
|
backspace = self.config['backspace_binding']
|
||||||
delete = self.config['delete_binding']
|
delete = self.config['delete_binding']
|
||||||
|
|
||||||
# FIXME: This doesn't seem like we ever obey control-h or
|
|
||||||
# escape-sequence
|
|
||||||
try:
|
try:
|
||||||
if backspace == 'ascii-del':
|
if backspace == 'ascii-del':
|
||||||
backbind = vte.ERASE_ASCII_DELETE
|
backbind = vte.ERASE_ASCII_DELETE
|
||||||
|
|
Loading…
Reference in New Issue