summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses/slk.c
Commit message (Expand)AuthorAgeFilesLines
* [mucurses] Avoid potential division by zeroMichael Brown2017-07-041-2/+1Star
* [mucurses] Ensure SLK labels are always terminatedMichael Brown2017-03-221-1/+1
* [mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown2017-03-211-0/+1
* [mucurses] Attempt to fix test for empty stringMichael Brown2017-03-211-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [mucurses] Add missing FILE_LICENCE declarationsMichael Brown2015-03-021-0/+2
* make struct _softlabelkeys *slks staticHolger Lubitz2007-07-271-1/+1
* Include stdlib.h rather than malloc.hMichael Brown2007-01-181-1/+1
* Adjusted to use the normal internal mucurses API rather than accessingMichael Brown2006-12-181-19/+25
* Remove more dynamic allocationMichael Brown2006-12-181-8/+20
* There seems to be no reason why pos_x is static...Michael Brown2006-12-181-3/+3
* Remove some unnecessary use of calloc() for tiny memory areas.Michael Brown2006-12-181-11/+8Star
* Renamed core.h to mucurses.hMichael Brown2006-12-181-1/+1
* - proper layout formatted soft label array, with justification formatted labelsDan Lynch2006-06-211-15/+68
* - erradicate compiler warning due to possibility of uninitialised variables (...Dan Lynch2006-06-211-0/+3
* - major implementation work completed (testing in progress)Dan Lynch2006-06-211-7/+120
* - separated curses.c out into separate source files to optimiseDan Lynch2006-06-081-0/+179