editline/src
Joachim Nilsson f1edf7ae52 Replace previous commit for quoted chars with a much improved one.
1. Simplify code in reposition()
2. Add tty_push() for commonly used operation, reduce code duplication.
3. Fix left() so that it treats 8-bit chars as one when not in meta-mode.
4. Replace isalnum() with homegrown implementation that understands 8-bit
   and control chars.
5. Fix ceol() before introducing ANSI "kill-to-end-of-line" escape code.

This actually seems to work, previously I erronesouly used an UTF-8
terminal for testing.  Which of course broke the test on an ISO-8859-1
[only] terminal.
2010-07-30 02:03:46 +02:00
..
complete.c Cuddle else statments, that's the way of the samurai - also minor cleanup. 2010-07-26 02:03:31 +02:00
editline.c Replace previous commit for quoted chars with a much improved one. 2010-07-30 02:03:46 +02:00
editline.h Remove unused CHAR type and replace SIZE_T with size_t, we check for that. 2010-07-24 03:12:45 +02:00
Makefile.am Fix recently broken --enable-default-complete and simplify configure script. 2010-07-18 02:30:30 +02:00
Makefile.in Add configurable support for using termcap library for terminal size. 2010-07-18 18:57:07 +02:00
sysunix.c Move strdup() fallback implementation to platform code. 2010-07-24 02:02:56 +02:00
unix.h Remove obsolete checks, all current systems today have dirent.h 2010-07-18 03:37:23 +02:00