From 32693aa9a37b59c48836d05bde7ef591a902ace4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 15 Aug 2014 09:37:22 -0400 Subject: Reverted separating ^H from Backspace in the terminal version. --- src/textadept.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/textadept.c') diff --git a/src/textadept.c b/src/textadept.c index 0812db16..b0c94b1e 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -51,7 +51,7 @@ #include "windowman.h" #include "cdk_int.h" #if !_WIN32 -#include "termkey-internal.h" +#include "termkey.h" #endif #endif @@ -2390,7 +2390,6 @@ int main(int argc, char **argv) { #elif CURSES #if !_WIN32 ta_tk = termkey_new(0, 0); - ta_tk->c0[0x08].sym = TERMKEY_SYM_UNKNOWN; // prevent Backspace to ^H mapping #endif setlocale(LC_CTYPE, ""); // for displaying UTF-8 characters properly initscr(); // raw()/cbreak() and noecho() are taken care of in libtermkey -- cgit v1.2.3