summaryrefslogtreecommitdiff
path: root/src/termcap.c
Commit message (Expand)AuthorAgeFilesLines
* TERMCAP_BUF is used in place of TERMCAP_BUFSIZEVictor Dmitriev2020-04-271-1/+1
* Create TERMCAP entries limited to 1023 bytes by default.Scott Shambarger2019-12-281-12/+39
* Fix coredump on xterm and rxvtChristoph Moench-Tegeder2019-12-281-1/+1
* Using 'https' instead of 'http'Alexander Naumov2019-11-091-1/+1
* Fix broken mouse after ncurses 6.1Amadeusz Sławiński2019-09-071-1/+5
* remove unneeded castAmadeusz Sławiński2019-01-261-1/+1
* get rid of (sometype *)0 castsAmadeusz Sławiński2018-04-071-2/+2
* use NULL instead of 0 where applicableAmadeusz Sławiński2018-04-061-70/+70
* fix non-ANSI function declarationsAmadeusz Sławiński2018-04-061-2/+2
* termcap.c: in FreeTransTable set D_xtable to NULLNate Clark2017-09-281-0/+1
* refactor use of sizeofAmadeusz Sławiński2017-07-091-3/+3
* add italics supportAmadeusz Sławiński2017-07-091-1/+5
* fix mixing external & internal TERMSamuel Thibault2017-03-221-0/+2
* don't reinvent the wheel (InStr -> strstr)Amadeusz Sławiński2016-07-161-5/+5
* move config.h to top of includesAmadeusz Sławiński2016-06-181-1/+2
* remove unneeded code for wide terminalsAmadeusz Sławiński2016-06-181-7/+0
* make all header files self-contained and include it in the source fileSimon Ruderich2016-02-071-2/+2
* convert aflag to boolAmadeusz Sławiński2015-12-221-1/+1
* Global out of bounds read in termcap.c due to wrong loopAmadeusz Sławiński2015-12-061-2/+2
* Fix more hardcoded termlenAmadeusz Sławiński2015-12-061-2/+3
* Z0width & Z1width are only assigned once, make them constAmadeusz Sławiński2015-12-061-2/+0
* cleanup flowflag handlingAmadeusz Sławiński2015-12-061-1/+1
* more type conversions to boolAmadeusz Sławiński2015-12-061-1/+1
* remove register keywordAmadeusz Sławiński2015-06-261-5/+5
* get rid of extern.hAmadeusz Sławiński2015-06-261-1/+0
* move global variables declarations to corresponding headersAmadeusz Sławiński2015-06-261-0/+2
* use Display type instead of struct displayAmadeusz Sławiński2015-06-261-1/+1
* more header stuffAmadeusz Sławiński2015-06-251-0/+7
* bye bye DEBUGAmadeusz Sławiński2015-06-251-63/+0
* COLOR HANDLING: just use terminfoAmadeusz Sławiński2015-06-251-13/+0
* COLOR HANDLING: almost thereAmadeusz Sławiński2015-06-251-1/+1
* COLOR HANDLING: comment the functionsAmadeusz Sławiński2015-06-251-1/+1
* rename variables wi -> width, he ->heightAmadeusz Sławiński2015-06-251-12/+12
* remove SETEUID definesAmadeusz Sławiński2015-06-251-4/+0
* Code reformatingAmadeusz Sławiński2015-06-251-1217/+1052
* xrealloc returns void* and remove all *allocs castsAmadeusz Sławiński2015-06-251-5/+5
* Simplify debugging macrosAmadeusz Sławiński2015-06-251-19/+19
* trailing whitespace removalAmadeusz Sławiński2015-06-251-4/+4
* strcpy -> strncpyAmadeusz Sławiński2015-06-251-1/+1
* move extern's into one placeAmadeusz Sławiński (amade)2015-06-251-15/+0
* replace (r)index with str(r)chrAmadeusz Sławiński (amade)2015-06-251-1/+1
* replace bcopy with memmoveAmadeusz Sławiński (amade)2015-06-251-3/+3
* replace bzero with memsetAmadeusz Sławiński (amade)2015-06-251-2/+2
* make most features as always built in from now onAmadeusz Sławiński (amade)2015-06-251-38/+0
* remove #if 0'ed codeAmadeusz Sławiński (amade)2015-06-251-23/+0
* rewrite functions definitionsAmadeusz Sławiński (amade)2015-06-251-48/+17
* remove __P macro it's obsoleteAmadeusz Sławiński2015-06-251-13/+13
* Fix build with -Werror=format-securityMichael Scherer2010-03-071-4/+4
* Typo fixes from Trent W Buck.Sadrul Habib Chowdhury2010-02-241-1/+1
* Don't undef here.Sadrul Habib Chowdhury2009-12-051-2/+0