summaryrefslogtreecommitdiffstats
path: root/mbbsd/dark.c
Commit message (Expand)AuthorAgeFilesLines
* - refine key processing of CR(C-M), LF(C-J), BS(C-H), BS2(0x7f)piaip2008-04-211-2/+1
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-17/+17
* eliminate more compiler warningspiaip2005-08-251-1/+1
* New style to specify ANSI escape commands.piaip2005-06-081-36/+36
* r2623@m722: kcwu | 2005-03-12 20:21:28 +0800kcwu2005-03-121-5/+13
* r2622@m722: kcwu | 2005-03-12 20:11:10 +0800kcwu2005-03-121-136/+145
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-3/+3
* warning free: "static" should be in front of "const"kcwu2005-03-031-1/+1
* replace rand() with random() for better randomnesskcwu2005-02-041-1/+1
* don't reset random seed for each game.kcwu2005-02-031-2/+2
* correcting mode strings.scw2004-07-101-1/+2
* replace some prints() with outs(),kcwu2004-06-101-4/+4
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-3/+3
* two moutsptt2004-04-241-8/+0
* reoragnize functions ptt2004-04-241-18/+18
* integrate igetkey igetch egetchptt2004-04-241-2/+2
* sprintf() -> snprintf()in22002-07-231-7/+7
* indent -i4in22002-07-211-15/+14
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-307/+418
* global variable move to var.cin22002-06-041-14/+2
* replace time(NULL) by nowptt2002-05-131-2/+3
* for mbbsd.iccin22002-04-271-20/+20
* Initial revisionin22002-03-071-0/+456