diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/textadept.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 |