aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* the rest of the refresh options aren't going to be useful until we get ↵HEADmasterjluehrs22008-03-191-1/+1
| | | | multiple window support
* implement ungetchjluehrs22008-03-192-1/+14
|
* not sure why i was checking errno here...jluehrs22008-03-181-3/+1
|
* hack to not bring in deps for all of /usr/include - will need to split out ↵jluehrs22008-03-181-1/+1
| | | | the different types of include paths if there's a need later on
* update the readmejluehrs22008-03-181-1/+1
|
* build at -O2 by defaultjluehrs22008-03-181-1/+1
|
* portability - handle distros that have weird names for the lua libraries and ↵jluehrs22008-03-182-5/+11
| | | | include paths
* make this build on OS X by switching some flags aroundjluehrs22008-03-184-1/+7
|
* luaL_checkint is probably more appropriate than luaL_checkintegerjluehrs22008-03-181-9/+9
|
* simplify the definition of simple wrapper functionsjluehrs22008-03-181-65/+18
|
* finish filling out the setup_term functionjluehrs22008-03-182-7/+54
|
* todo--jluehrs22008-03-181-1/+1
|
* allow using "default" for color pair 0, and handle this in init_pair by ↵jluehrs22008-03-181-1/+8
| | | | calling assume_default_colors when init_pair is called with "default" as the first argument
* default to using default colors in color pairs if we have initialized the ↵jluehrs22008-03-181-3/+9
| | | | default color
* use_default_colors() in testsjluehrs22008-03-182-0/+2
|
* implement use_default_colors and assume_default_colors as functions ↵jluehrs22008-03-181-1/+44
| | | | available to lua rather than calling use_default_colors automatically in start_color
* oops, too much copy/pastingjluehrs22008-03-181-1/+1
|
* implement beep() and flash()jluehrs22008-03-182-1/+14
|
* remove unnecessary temporary variablesjluehrs22008-03-181-12/+9
|
* we don't care about the length of the string we are outputtingjluehrs22008-03-181-10/+5
|
* add echocharjluehrs22008-03-182-1/+32
|
* reprioritize thisjluehrs22008-03-181-1/+1
|
* add isendwinjluehrs22008-03-182-1/+7
|
* PAIR_NUMBER already does thisjluehrs22008-03-181-2/+2
|
* fix handling of colors and attributes with attr_setjluehrs22008-03-181-4/+4
|
* better error messagesjluehrs22008-03-181-2/+2
|
* implement init_colorjluehrs22008-03-181-2/+41
|
* add quotes to error messagesjluehrs22008-03-181-2/+2
|
* add error checking for character modesjluehrs22008-03-172-5/+4
|
* use 'color pair' rather than 'color_pair' in error messagejluehrs22008-03-171-1/+1
|
* make get_char_attr call get_char_color internally rather than having to call ↵jluehrs22008-03-171-29/+43
| | | | both of them
* use ints, not chtypes, so that we don't have to #include <curses.h> in the ↵jluehrs22008-03-171-4/+4
| | | | header
* stupid ncurses... can't do ACS_ stuff the intelligent way, so put it off for nowjluehrs22008-03-171-0/+13
|
* oops, need declarations toojluehrs22008-03-171-0/+3
|
* we actually need to push the result herejluehrs22008-03-171-0/+3
|
* use -1 for errors, not 0jluehrs22008-03-171-1/+1
|
* add the addch defines for line drawing charactersjluehrs22008-03-172-8/+56
|
* some readme fixesjluehrs22008-03-171-2/+2
|
* update version numbers so i don't forget before next releasejluehrs22008-03-173-4/+8
|
* 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-174-139/+204
| | | | 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
|
* todo modificationsjluehrs22008-03-141-3/+3
|
* add a few more keysjluehrs22008-03-141-0/+3
|
* add insch and insstr for inserting textjluehrs22008-03-141-0/+59
|
* TAG LuaNcurses-0.010.01jluehrs22008-03-140-0/+0
|
* add my tictactoe game as another testjluehrs22008-03-143-0/+393
|
* use signal handling in the test scriptjluehrs22008-03-141-2/+13
|