summaryrefslogtreecommitdiff
path: root/lib/libedit/terminal.c
AgeCommit message (Expand)Author
2021-09-09Add casts to appease conversions between wchar_t and wint_tchristos
2020-07-10Fix numeric variable handling in settc (lyzliyuzhi at 163 dot com)christos
2020-05-31use strlcpy() instead of strncpy() for gcc happinesschristos
2019-11-12PR/54654: Soren Tempel: Make sure el_cursor.v < el_terminal.t_size.v whenchristos
2019-09-15Fix type and remove cast (Yuichiro NAITO/FreeBSD).christos
2019-07-23PR/54399: Sören Tempel: Uninitialized memory access in libedit history.christos
2019-06-30Add a comment explaining why we don't use DO here. Correct the attributionchristos
2019-06-29PR/54329: Raphael Ross: According to https://www.gnu.org/software/termutils/\christos
2019-04-12PR/52359: Benjamin Lorenz: When resizing because of a signal save and restorechristos
2019-02-15PR/53983: Jonathan Perkins: Fix types for readline compatibilitychristos
2018-11-24PR/53682: Jordan Lewis: use newlines instead of padded spaces when restoringchristos
2017-06-27- handle literal escape sequence printing.christos
2016-05-09s/protected/libedit_private/gchristos
2016-05-02eliminate static buffer with custom resizing code.christos
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-23Start removing the WIDECHAR ifdefs; building without it has stopped workingchristos
2016-03-22put back NUL check (Ingo Schwarze)christos
2016-03-02PR/50880: David Binderman: Remove redundant code.christos
2016-02-17whitespace and header sorting changes (Ingo Schwarze). No functional changes.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-15OpenBSD term.c rev. 1.7 2002/11/29 20:13:39 deraadtchristos
2016-02-15OpenBSD term.c rev. 1.13 2009/12/11 18:58:59 jacekmchristos
2016-02-14From Ingo Schwarze:christos
2016-02-11- Add some more Char castschristos
2012-05-30don't include both term.h and termcap.hchristos
2012-03-24From: Jilles Tjoelker: Add a mapping for the cursor delete keychristos
2011-11-18Initialize termbuf (Kamil Dudka)christos
2011-11-18check for negative return of ct_visual_char (Kamil Dudka)christos
2011-10-04fixed warnings where wint_t is unsigned.christos
2011-10-03fix broken change (parenthesis in the wrong place). From Nirbhay Choubeychristos
2011-08-16re-enable -Wconversionchristos
2011-07-29pass -Wconversionchristos
2011-07-29kill ifdef notdefchristos
2011-07-29KNF return (\1); -> return \1;christos
2011-07-28kill ptr_t and ioctl_t, add * sizeof(*foo) to all allocations.christos
2011-07-28whitespacechristos
2011-07-28Rename key to keymacro to avoid conflicts with term.h. The renaming of termchristos
2011-07-28term -> terminalchristos