summaryrefslogtreecommitdiffstats
path: root/mbbsd/screen.c
Commit message (Expand)AuthorAgeFilesLines
* Large Terminal Rulespiaip2005-08-061-1/+39
* make recommendation system betterpiaip2005-07-251-1/+1
* screen.c: edit_out should be managed by edit.cpiaip2005-06-111-23/+3
* New style to specify ANSI escape commands.piaip2005-06-081-2/+2
* Since we declared ANSILINELEN as a value which ispiaip2005-06-071-3/+5
* remove unused variable.kcwu2005-03-191-2/+2
* Backup screen without hole. Save 8~11kb for normal user.kcwu2005-03-191-0/+1
* add 'const' qualifiers on function parameters.kcwu2005-03-191-6/+6
* explicitly tell C compiler functions have no parameterkcwu2005-03-121-11/+12
* merge from branches/victor.editkcwu2005-02-101-2/+22
* Refactoring screen.c and adding function GetCurrentLine().scw2005-01-211-11/+36
* change utf8 comment to big5kcwu2004-11-221-2/+2
* fix assess bugvictor2004-11-221-0/+6
* Backup screen without hole. Save 8~11kb for normal user.kcwu2004-11-061-0/+33
* Add statistic program for angel.scw2004-06-201-0/+6
* merge back from victor.screen branchvictor2004-06-121-80/+3
* replace some prints() with outs(),kcwu2004-06-101-2/+2
* use 'const' keyword to reduce 7904 bytes data segmentkcwu2004-06-041-1/+1
* use LCECHOin22004-05-301-1/+2
* Merge from scw.angel.scw2004-05-241-3/+3
* reoragnize functions ptt2004-04-241-1/+1
* 1.ptt2004-04-021-1/+1
* rm SUPPORT_GB codevictor2004-01-091-48/+4
* code clean upkcwu2003-09-101-10/+5
* avoid format string bugkcwu2003-06-281-2/+2
* warning freein22003-05-181-2/+2
* code clean upkcwu2003-01-161-4/+4
* t_columns should not set as ANSILINELENkcwu2002-09-111-2/+2
* add TODO commentkcwu2002-09-111-1/+2
* quick hack to fix the clear_to_eol bug in board listkcwu2002-09-111-1/+3
* not only long screen, but also width screenkcwu2002-09-111-7/+10
* fix screen rotate bug when returning from Ctrl-Ukcwu2002-09-111-2/+1
* sprintf() -> snprintf()in22002-07-231-3/+3
* check the using of `sizeof' with strlcpy()kcwu2002-07-221-2/+2
* indent -i4in22002-07-211-29/+29
* strcpy() -> strlcpy()in22002-07-211-2/+2
* indentin22002-07-061-186/+224
* global variable move to var.cin22002-06-041-32/+3
* for mbbsd.iccin22002-04-271-5/+5
* Initial revisionin22002-03-071-0/+559