From c1968201d9dc7412efbbe0abd5714494aa3b78c9 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 29 May 2019 19:32:52 -0700 Subject: Tweaked some default layout stuff, fixed some flushing issues with ctrl-h, adjusted coloring to only apply to filenames --- bterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bterm.h') diff --git a/bterm.h b/bterm.h index 4236a79..858f308 100644 --- a/bterm.h +++ b/bterm.h @@ -272,7 +272,7 @@ const char *bkeyname(int key) case KEY_CTRL_E: return "Ctrl-e"; case KEY_CTRL_F: return "Ctrl-f"; case KEY_CTRL_G: return "Ctrl-g"; - case KEY_BACKSPACE: return "Backspace"; + case KEY_CTRL_H: return "Ctrl-h"; case KEY_TAB: return "Tab"; case KEY_CTRL_J: return "Ctrl-j"; case KEY_CTRL_K: return "Ctrl-k"; -- cgit v1.2.3