aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add a few more keysjluehrs22008-03-141-0/+3
* add insch and insstr for inserting textjluehrs22008-03-141-0/+59
* catch errors returned by getch()jluehrs22008-03-141-1/+4
* add _VERSION to the libraryjluehrs22008-03-141-0/+3
* apparently use_default_colors() is importantjluehrs22008-03-111-0/+1
* add an endwin functionjluehrs22007-10-191-0/+7
* now that luasignal exists, we can get rid of this hack for endwinjluehrs22007-10-191-12/+0
* implementing delete functionsjluehrs22007-09-101-0/+40
* add clearing routinesjluehrs22007-09-081-0/+28
* whitespacejluehrs22007-09-081-1/+1
* differentiate addstr and addch (so that i can use addch to add special charac...jluehrs22007-09-081-12/+35
* add color support to addstrjluehrs22007-09-081-1/+92
* more intelligent mappings of strings to curses definesjluehrs22007-09-081-58/+53
* more intelligent implementation of get_posjluehrs22007-09-071-23/+22
* actually return things herejluehrs22007-09-071-4/+4
* wrong side of the stackjluehrs22007-09-071-2/+2
* working skeleton implementation of the library (no colors yet)jluehrs22007-09-071-15/+296
* beginnings of a lua interfacejluehrs22007-09-061-0/+90