summaryrefslogtreecommitdiff
path: root/lib/libedit/terminal.c
AgeCommit message (Expand)Author
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