aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* use ints, not chtypes, so that we don't have to #include <curses.h> in the he...jluehrs22008-03-171-4/+4
* 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
* 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
* formattingjluehrs22008-03-141-1/+1
* catch errors returned by getch()jluehrs22008-03-141-1/+4
* add _VERSION to the libraryjluehrs22008-03-141-0/+3
* reorganize readme/todojluehrs22008-03-142-3/+30
* add an actual makefilejluehrs22008-03-142-2/+61
* add licensejluehrs22008-03-141-0/+7
* apparently use_default_colors() is importantjluehrs22008-03-111-0/+1
* modify the rl test to clean up when it gets a signaljluehrs22007-10-191-2/+16
* 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
* todo++jluehrs22007-10-191-0/+1
* todo--jluehrs22007-09-101-1/+0
* implementing delete functionsjluehrs22007-09-101-0/+40
* for now, just list things i have no plans to support, for reference (and so i...jluehrs22007-09-081-0/+3
* todo list, after going through 'man ncurses'jluehrs22007-09-081-0/+26
* extremely simple makefile, just for testingjluehrs22007-09-081-0/+2
* oops, forgot that onejluehrs22007-09-081-10/+0
* new test - simple roguelikejluehrs22007-09-081-0/+122
* add clearing routinesjluehrs22007-09-081-0/+28
* update the test script with new changesjluehrs22007-09-081-9/+5
* 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