aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface-gtk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface-gtk.cpp')
-rw-r--r--src/interface-gtk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface-gtk.cpp b/src/interface-gtk.cpp
index 8375dd8..14dfafd 100644
--- a/src/interface-gtk.cpp
+++ b/src/interface-gtk.cpp
@@ -311,7 +311,7 @@ handle_key_press(bool is_shift, bool is_ctl, guint keyval)
cmdline.keypress(CTL_KEY_ESC);
break;
case GDK_BackSpace:
- cmdline.keypress('\b');
+ cmdline.keypress(CTL_KEY('H'));
break;
case GDK_Tab:
cmdline.keypress('\t');