]> git.lizzy.rs Git - linenoise.git/commitdiff
eterm removed from the blacklist
authorantirez <antirez@gmail.com>
Wed, 24 Mar 2010 21:13:51 +0000 (22:13 +0100)
committerantirez <antirez@gmail.com>
Wed, 24 Mar 2010 21:13:51 +0000 (22:13 +0100)
linenoise.c

index 55eee639471c6756574609e509faf8379835b19f..1590f734d7aaed1234530faa773bfa4aead0d752 100644 (file)
@@ -81,7 +81,7 @@
 #include <unistd.h>
 
 #define LINENOISE_MAX_LINE 4096
-static char *unsupported_term[] = {"dumb","eterm","cons25",NULL};
+static char *unsupported_term[] = {"dumb","cons25",NULL};
 
 static struct termios orig_termios; /* in order to restore at exit */
 static int rawmode = 0; /* for atexit() function to check if restore is needed*/