summaryrefslogtreecommitdiffstats
path: root/lib/libedit/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-07Initialize the line buffer by zero when allocation. This fixes theyasuoka1-5/+5
2017-04-12Use calloc(3) and recallocarray(3) instead of *alloc* + memset(0).tb1-5/+3
2016-05-06Replace the generated file "fcns.c" by a simpler header "func.h"schwarze1-1/+2
2016-04-11delete the "private" and "public" preprocessor macros, just use standard C;schwarze1-23/+23
2016-04-11get rid of the non-standard data type "Char" in almost all files;schwarze1-29/+29
2016-04-11Move wrapper macros to the two files actually needing them:schwarze1-18/+18
2016-04-09Delete 26 wrapper macros and two wrapper functions that are noschwarze1-16/+16
2016-04-09Always compile with WIDECHAR on and delete that preprocessor switch.schwarze1-7/+1
2016-03-22format string fixes in debug code;schwarze1-2/+2
2016-03-22Fix an obvious typo in a NUL check;schwarze1-2/+2
2016-03-20Cleanup of standard header inclusion:schwarze1-9/+9
2016-03-20minor simplifactions, style fixes, and trivial syncs from NetBSDschwarze1-10/+8
2016-03-20Delete the useless Int datatype and always use the standard wint_tschwarze1-4/+4
2016-01-30Fifth step in synching with NetBSD:schwarze1-11/+11
2016-01-30Fourth step in synching with NetBSD:schwarze1-38/+38
2016-01-30delete "#ifdef notdef" code that is no longer present in NetBSD;schwarze1-99/+1
2016-01-30Third step in synching with NetBSD:schwarze1-241/+249
2016-01-29Second step in synching with NetBSD:schwarze1-34/+34
2016-01-29Start synching with NetBSD:schwarze1-0/+1758