aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* shouldn't be printing things here (probably left over from debugging)jluehrs22008-03-171-1/+0
|
* reorganize string <-> enum stuff, move it into its own file, separate it out ↵jluehrs22008-03-173-136/+196
| | | | more
* refactor a bunch of stuff out into helper functionsjluehrs22008-03-171-36/+104
|
* don't hardcode this, let's be intelligentjluehrs22008-03-171-3/+3
|
* this is unnecessary, tables are manipulated through referencesjluehrs22008-03-171-1/+0
|
* 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 ↵jluehrs22007-09-081-12/+35
| | | | characters later
* 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