summaryrefslogtreecommitdiffstats
path: root/lib/libedit/terminal.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initialize the line buffer by zero when allocation. This fixes theyasuoka2019-08-071-5/+5
* Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb2017-04-121-5/+3
* Replace the generated file "fcns.c" by a simpler header "func.h"schwarze2016-05-061-1/+2
* delete the "private" and "public" preprocessor macros, just use standard C;schwarze2016-04-111-23/+23
* get rid of the non-standard data type "Char" in almost all files;schwarze2016-04-111-29/+29
* Move wrapper macros to the two files actually needing them:schwarze2016-04-111-18/+18
* Delete 26 wrapper macros and two wrapper functions that are noschwarze2016-04-091-16/+16
* Always compile with WIDECHAR on and delete that preprocessor switch.schwarze2016-04-091-7/+1
* format string fixes in debug code;schwarze2016-03-221-2/+2
* Fix an obvious typo in a NUL check;schwarze2016-03-221-2/+2
* Cleanup of standard header inclusion:schwarze2016-03-201-9/+9
* minor simplifactions, style fixes, and trivial syncs from NetBSDschwarze2016-03-201-10/+8
* Delete the useless Int datatype and always use the standard wint_tschwarze2016-03-201-4/+4
* Fifth step in synching with NetBSD:schwarze2016-01-301-11/+11
* Fourth step in synching with NetBSD:schwarze2016-01-301-38/+38
* delete "#ifdef notdef" code that is no longer present in NetBSD;schwarze2016-01-301-99/+1
* Third step in synching with NetBSD:schwarze2016-01-301-241/+249
* Second step in synching with NetBSD:schwarze2016-01-291-35/+35
* Start synching with NetBSD:schwarze2016-01-291-0/+1758