summaryrefslogtreecommitdiff
path: root/usr.bin/tip/tip.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tip/tip.h')
0 files changed, 0 insertions, 0 deletions
christos 2016-05-02eliminate static buffer with custom resizing code.christos 2016-04-19From Ingo Schwarze:christos 2016-04-18From Ingo Schwarze:christos 2016-04-11Char -> wchar_t from Ingo Schwarze.christos 2016-03-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos 2016-02-24Make the read_char function always take a wchar_t * argument (Ingo Schwarze)christos 2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos 2016-02-16More header cleanups from Ingo Schwarze.christos 2016-02-16get rid of bool_t (Ingo Schwarze)christos 2016-02-16more include file cleanup (Ingo Schwarze)christos 2016-02-16From Ingo Scharze:christos 2016-02-16cleanup chartype.h includes (Ingo Schwarze)christos 2016-02-16cleanup inclusion of histedit.h (Ingo Schwarze)christos 2016-02-12GC IGNORE_EXTCHARS and simplify code (Ingo Schwarze)christos 2011-07-29pass -Wconversionchristos 2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos 2011-07-28term -> terminalchristos 2011-01-27don't turn on editing if stdout is not a tty.christos 2009-12-31- Document and enable wide character support.christos 2009-12-30Fix wide build, test it, but don't turn it on yet.christos 2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos 2009-02-15don't restart on EINTR, instead return NULL immediately. From Anon Ymouschristos 2006-12-15add EL_GETFP, and EL_SETFP.christos 2003-10-18change allocation policy in el_push to allocate the string itself.christos 2003-09-26Implement enough of readline's 4.0 async mode to make gdb happy. This ischristos 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-11-15PR/18995: David Laight: libedit fixes for posix conformant shchristos 2002-10-27vi mode and memory fixes from david laight.christos 2002-03-18- constify; passes all gcc and lint strict checks.christos 2001-10-09PR/14188: Anthony Mallet: Provide an opaque data pointer to client programs.christos 2001-09-27PR/14067: Anthony Mallet: Provide a programmatic way to set the read_charchristos 2001-01-06el_line_t: make 'limit' constjdolecek 2000-11-11- add support for home and end keys.christos 2000-09-04convert to new style guide, which includes:lukem 1999-11-12- implement printing a right-side prompt. code derived from similar worklukem