summaryrefslogtreecommitdiff
path: root/lib/libedit/tty.c
AgeCommit message (Expand)Author
2018-01-01Only FLUSH if we are ending libedit; DRAIN if we suspend for readline.christos
2017-09-05For readline emulation, don't reset the tty to "sane" (cooked) mode if wechristos
2016-05-09s/protected/libedit_private/gchristos
2016-04-18From Ingo Schwarze:christos
2016-04-11Get rid of private/public; keep protected (Ingo Schwarze)christos
2016-04-11Char -> wchar_t from Ingo Schwarze.christos
2016-04-11more macro WIDECHAR undoing from Ingo Schwarze.christos
2016-04-09More WIDECHAR elimination (Ingo Schwarze)christos
2016-03-22Fix reversed condition in tty_end() (Ingo Schwarze)christos
2016-02-27PR/50863: John Hein: libedit el_end() messes up term settings if pipedchristos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.christos
2016-02-16More header cleanups from 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-14From Ingo Schwarze:christos
2016-02-11- Add some more Char castschristos
2015-12-08unbreak the buildgson
2015-12-08If we did not setup the tty, don't reset it.christos
2015-05-14fix warnings on ubuntu 32 bit (Miki Rozloznik)christos
2014-06-18Add stdlib.h for abort() (Jess Thrysoee)christos
2014-05-19PR/48821: If called from tty_stty(), recalculate flags.christos
2014-05-19more tty modes refactoring, no functional change intended.christos
2014-05-19Factor out some common code (more to be done) from PR/48821christos
2012-05-15save and restore the tty settings on entry and exit respectively.christos
2011-10-04fixed warnings where wint_t is unsigned.christos
2011-08-16re-enable -Wconversionchristos
2011-07-29kill ifdef notdefchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28term -> terminalchristos
2011-01-28fix pastochristos
2011-01-27don't turn on editing if stdout is not a tty.christos
2010-04-18ffs needs strings.hchristos
2009-12-30Wide character support (UTF-8) from Johny Mattsson; currently disabled.christos
2009-07-22Don't depend on side effects inside an assertchristos
2009-02-16fix sign compare issues.christos
2009-02-15pass lint on _LP64.christos
2009-02-06Needs errno.hsketch
2008-09-10Allow a single process to control multiple ttys (for pthreads using _REENTRANT)christos
2008-07-30handle EINTR in the termios operations, reported by the GHC folkschristos
2006-03-18Coverity CID 597: remove dead code.christos
2006-03-18Coverity CID 1216: Prevent negative index use.christos
2005-06-01Don't use non-standard uint or u_int.lukem
2005-05-29PR/25694: Luke Mewburn: Don't abuse unconstify'ing a string and writing tochristos
2004-08-13Delete-previous-char and delete-next-char without an argument are not supposedmycroft
2003-10-18remove debugging printf.christos
2003-10-18Allow setty to set chars using char=valuechristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc