summaryrefslogtreecommitdiffstats
path: root/mbbsd/pmore.c
Commit message (Expand)AuthorAgeFilesLines
* * fix numlogindayspiaip2009-08-301-1/+1
* * pmore/movie: fix LO=n timer assignment error (thanks to Explorer09@ptt, Pt...piaip2009-08-251-4/+6
* * fix endless backward search in pmore pagerpiaip2009-07-081-0/+1
* * the 'only special key to break in interactive mode' was not needed - comma...piaip2009-06-081-10/+4
* workaround some type of board entrance: LG then LE (random one frame then sto...piaip2009-05-311-0/+14
* - temporary disable the 'only system key to break' in LG mode, for backward c...piaip2009-05-241-1/+4
* pmore: add include/interrupt (LI) commandpiaip2009-05-231-8/+94
* - pmore: RIGHT key at end should return like LEFT (mailbox was not refreshed).piaip2008-04-241-1/+1
* - code refine: use ANSI_REVERSE to replace ANSI_COLOR(7), more meaningful.piaip2008-04-221-2/+2
* - (internal) change chat to use vgetstring with new callback systempiaip2008-04-171-8/+4
* - (internal) getans -> vanspiaip2008-04-171-6/+39
* - (internal) change API names to visio format: stand_title -> vs_hdr.piaip2008-04-151-1/+1
* - (internal) code refine - improving visio systempiaip2008-04-151-0/+13
* - add calendar in login viewpiaip2008-04-131-1/+1
* - (internal) pmore: unify function prototyp macrospiaip2008-04-121-57/+59
* - pmore: add M3 porting guidepiaip2008-04-121-1/+12
* - add include filespiaip2008-04-121-0/+2
* - pmore: fix incorrect display position for ESC_STAR variables in vertical sc...piaip2008-04-121-10/+65
* - fix definition typo: exit at first page for NA mode.piaip2008-04-111-2/+2
* - (internal) pmore: clarify promptend options and add commentspiaip2008-04-101-23/+15
* - pmore: description and message update. drop prompend==2 support.piaip2008-04-101-52/+47
* - pmore: compact last blank header entry piaip2008-04-101-5/+13
* - pmore: change RIGHT key reaching end behavior back to original stylepiaip2008-04-091-2/+12
* (internal) pmore: refine to improve portability, changing Ptt_prints to expan...piaip2008-04-091-75/+103
* - (internal) pmore/M3: localize prompt bar colouring to match themespiaip2008-04-091-17/+42
* - (internal) pmore/M3: enable more M3 key behavior, change default separater ...piaip2008-04-091-2/+23
* - (internal) pmore: improve M3 portingpiaip2008-04-091-30/+60
* - pmore: add Maple 3 porting (thanks to hrs113355)piaip2008-04-081-21/+97
* - pmore/movie: better fixing of f-1 frame determination.piaip2008-04-081-5/+4
* - pmore: fix movie -1f frame offset-by-one(line) index error.piaip2008-04-081-0/+3
* - Happy r4000!piaip2008-03-151-2242/+2242
* pmore/mail/modes: enable 'y' for multi-reply in mail reading, and fix non-upd...piaip2008-03-121-1/+3
* - more: change 's' to 'select-board' instead of 'search'.piaip2008-03-061-3/+8
* - pmore/common: prompt message finetune for recommendationpiaip2008-03-051-2/+2
* - pmore/movie: rollback *[m prefix - not really so common.piaip2008-03-021-2/+5
* - enable ESC[m as prefix for pmore movie (for some ANSI editors)piaip2008-03-021-0/+6
* - improve registration processpiaip2008-01-301-14/+5
* - remove strncpy(). use memcpy() and strlcpy() instead.piaip2008-01-301-1/+1
* - pmore: optimization on movie/frame movepiaip2008-01-281-50/+50
* - bbs: allow local mail for web based tarqueuepiaip2008-01-161-4/+4
* - license text updatepiaip2008-01-121-3/+14
* - pmore: disable massive scroll for smooth output in pftermpiaip2008-01-101-0/+11
* - mmbsd: improve DEBUGSLEEP proctitle for debugging multiple versionspiaip2008-01-101-2/+5
* - pmore: try to prevent munmap crash issuepiaip2008-01-081-10/+9
* - bbslua: add detection of buffer, and enable 'P' in pmore to start bbsluapiaip2008-01-051-0/+6
* - pmore: move ChessReplay (z) to outside.piaip2008-01-031-3/+9
* - re-enable sysop-edit in article list modepiaip2008-01-031-39/+9
* - in the name of secure, let's remove the evil escape that reveals user piaip2008-01-021-1/+6
* - better flush/synchronization flowpiaip2007-12-311-2/+7
* pmore - skip warn when playing first pagepiaip2007-12-291-3/+6
* - pmore: relax the movement message in movie playing modepiaip2007-12-291-6/+15
* - pmore: enable warning messages for movie playingpiaip2007-12-291-0/+16
* - general message updatepiaip2007-12-291-2/+2
* - pmore: warning for ANSI move commands in contentpiaip2007-12-291-0/+11
* - assess: apply real MAXGPpiaip2007-12-261-1/+1
* - pmore: fix: interactive+topions movies may use option bar attribute piaip2007-12-251-0/+1
* - add Q and improve return value definition in pagerpiaip2007-12-231-2/+11
* - change configuration macro namespiaip2007-12-221-2/+2
* - change big_picture to inansistr() api.piaip2007-12-221-1/+2
* - change screen APIs to ncurses-like namespiaip2007-12-211-1/+1
* - grayout: API change, from [y,end) to [y,end]piaip2007-12-201-10/+13
* - optimize output: prepare for pftermpiaip2007-12-201-4/+16
* - general message update and optimizationpiaip2007-12-171-4/+3
* - unify processing clock variable 'now'piaip2007-12-151-2/+7
* * extract common functions as library.kcwu2007-12-121-1/+1
* - pmore: prevent scrolling to end after aborting movie playbackpiaip2007-12-091-5/+6
* pmore: help updatepiaip2007-12-091-7/+5
* help file: fix alignment due to backslashpiaip2007-12-081-1/+4
* pmore: quick raw-mode pref for beloved backslashpiaip2007-12-081-29/+109
* - change hard-coded board names to definespiaip2007-12-071-4/+6
* pmore: fix ^LG random selectionpiaip2007-12-071-0/+3
* - pmore: fixed partial matching for named framespiaip2007-12-061-0/+5
* - grayout: must process scroll linespiaip2007-12-051-3/+3
* - grayout: check potential (almost impossible) buffer overflowpiaip2007-12-051-5/+8
* - add some grayout effects, and general code improvementpiaip2007-12-051-0/+4
* pmore: message abstraction for localizationpiaip2007-12-051-22/+63
* pmore: anti XXMan DBCS detection, improve Windows telnet portabilitypiaip2007-12-051-9/+10
* pmore: new preference configpiaip2007-12-051-148/+180
* - pmore: add random for goto piaip2007-12-041-1/+21
* - pmore interactive: support both BS (0x7f, ^H) and 6 function nav keyspiaip2007-12-041-17/+32
* - pmore: enable more named keys (@b, @h, @e)piaip2007-12-041-14/+33
* artwork fixpiaip2007-12-031-6/+6
* - pmore: artwork for interation optionspiaip2007-12-031-25/+88
* - pmore: add named input (@u/d/l/r) and special mask set (@all)piaip2007-12-011-11/+76
* - pmore: add named frame (:name:) supportpiaip2007-12-011-12/+64
* - pmore: fixed frame offset-by-one error in ^LGpiaip2007-12-011-13/+38
* - edit.c: enable syntax highlight for pmore movie.piaip2007-11-301-28/+38
* - pmore: fix continue offset-by-one in K##piaip2007-11-301-1/+12
* - pmore: add timed and invisible options to interactionpiaip2007-11-301-49/+128
* - pmore: better GOTO implementationpiaip2007-11-301-102/+220
* pmore: add GOTO, fix P/L in offset command, add default interactive keypiaip2007-11-301-110/+122
* - pmore: complete the execution of option commandpiaip2007-11-281-3/+157
* - pmore.c: improve clrtoeol() workaround.piaip2007-11-281-29/+162
* - pmore: add pausepiaip2007-11-281-16/+123
* 1. fix buffer overflow.piaip2007-11-271-9/+65
* Not permitting edit posts in Security board from pmore.scw2007-07-091-1/+3
* Reversi (multiplayer othello) addedscw2007-05-301-1/+1
* * hack dietlibc's allocator. release small block to OS.kcwu2007-05-271-0/+9
* Ptt_prints prototype changed, length of input string should be givenvictor2006-12-261-1/+1
* enum usage fix, saved few bytes.kcwu2006-09-171-8/+8
* Chess functions:scw2005-08-281-0/+4
* pmore: skip 1st animation control seq.piaip2005-08-181-0/+2
* pmore: to make gcc4 happy with signed/unsigned issuepiaip2005-07-071-25/+31
* pmore: avoid dbcs cursor movement doubled due to msg formatpiaip2005-07-061-1/+1
* msg pretty printpiaip2005-07-061-0/+5
* try to solve ^[[B (move down)piaip2005-07-051-2/+3
* eliminate pending alarmspiaip2005-07-051-0/+2
* wasting my timepiaip2005-07-051-2/+0
* pretty printpiaip2005-07-041-4/+7
* let ansi move cmds backpiaip2005-07-041-4/+8
* make low security an option to be toggledpiaip2005-07-031-0/+2
* pmore: warning for **Xpiaip2005-07-031-15/+35
* rawmode: prompt user to confirmpiaip2005-06-291-3/+15
* pmore: dbcs aware searchpiaip2005-06-291-5/+23
* pmore: to disable cursor moving ANSI sequencespiaip2005-06-281-0/+5
* l10n name of wrap, suggested by llwangpiaip2005-06-221-10/+10
* pmore: msg use vmsgpiaip2005-06-221-10/+20
* better readability.in22005-06-141-1/+1
* pmore: bbs movie behavior updatepiaip2005-06-121-2/+5
* animated board notespiaip2005-06-121-0/+30
* update ansi escape scannerpiaip2005-06-111-5/+7
* screen.c: edit_out should be managed by edit.cpiaip2005-06-111-2/+6
* pmore: small fix for raw ansi mode in widenavpiaip2005-06-101-3/+14
* pmore: isspace fixpiaip2005-06-101-3/+6
* pmore: general ui updates.piaip2005-06-101-17/+19
* user: don't update passwd so frequentlypiaip2005-06-091-5/+17
* pmore: backward method update.piaip2005-06-091-33/+16
* pmore: more verbose status line, and new rawmodespiaip2005-06-091-8/+74
* io.c: revised keyseqpiaip2005-06-091-0/+3
* towards new experience: Fn Key Bindings, a trial.piaip2005-06-081-5/+6
* pmore: goto made more reasonablepiaip2005-06-081-9/+10
* pmore: update goto and dbcs wrap method and commentspiaip2005-06-081-25/+48
* New style to specify ANSI escape commands.piaip2005-06-081-2/+15
* pmore: ascii movie: linux specific fixpiaip2005-06-081-3/+8
* pmore: ascii movie, compat24 mode fixpiaip2005-06-081-1/+2
* pmore bbs movie: world timeline synchronization modelpiaip2005-06-081-64/+124
* pmore: some old compilers does not allow variables declared inpiaip2005-06-071-9/+10
* pmore: update some keybinding due to user requestpiaip2005-06-071-1/+11
* pmore: make wrapmode navigation more accurate when goBottom.piaip2005-06-071-1/+28
* pmore: speed uppiaip2005-06-071-13/+26
* pmore: prepare for optimizepiaip2005-06-071-19/+28
* format update according to user habitspiaip2005-06-061-8/+8
* pmore: fix last patch which has a typo.piaip2005-06-061-23/+27
* pmore: update wide navigation behavior to be more reasonablepiaip2005-06-061-24/+76
* pmore: playmode nav updatepiaip2005-06-061-1/+1
* pmore: ascii art movie: compat24 modepiaip2005-06-061-9/+53
* pmore: left-right widenav: make hotkeys more readable.piaip2005-06-061-5/+12
* pmore: left-right wide navigationpiaip2005-06-061-37/+95
* pmore: movie play mode behavior updatepiaip2005-06-061-5/+26
* pmore: play old ascii art moviepiaip2005-06-051-8/+38
* pmore: re-entrant support (little hack)piaip2005-06-051-63/+309
* pmore: workaround for poor terminal systemspiaip2005-06-051-13/+66
* pmore: compromised to work with SEP_WRAP(SEP_OLD) more,piaip2005-06-051-10/+36
* pmore: piaip2005-06-051-46/+128
* pmore: workaround with wrap-1-line issue for old seperator mode piaip2005-06-051-2/+13
* pmore: fix line calculationpiaip2005-06-041-5/+28
* pmore: fixed ansi display with long linespiaip2005-06-041-1/+11
* pmore: workaround for full term-width articles.piaip2005-06-041-3/+31
* pmore: more update on traditional modepiaip2005-06-041-92/+110
* pmore: post fix to make it more like old pager.piaip2005-06-041-1/+6
* pmore: updates after applied on a real environment(ptt2) for a short time.piaip2005-06-041-9/+26
* pmore: a ready-for-work version.piaip2005-06-041-14/+72
* pmore: wrap support, finallypiaip2005-06-041-82/+234
* pmore: new header scanner (clean and robust)piaip2005-06-041-150/+252
* pmore: workarounds for scrolling because piaip2005-06-041-82/+156
* pmore: moving towards stable, misc fixpiaip2005-06-031-34/+60
* pmore: formatting issuespiaip2005-06-031-12/+22
* pmore: workarounds for fulfilled buffer scrolling bugpiaip2005-06-031-50/+77
* (pmore) fixed scroll issues for new status linepiaip2005-06-031-17/+48
* pmore: new status barpiaip2005-06-031-10/+38
* set svn prop (keywords)piaip2005-06-031-1/+1
* set svn propspiaip2005-06-031-10/+47
* (fix r2742) there was no typo in users.cpiaip2005-06-031-0/+3
* pmore: support Ptt_Printspiaip2005-06-031-8/+38
* pmore: speed up by supporting scroll/rscroll.piaip2005-06-031-37/+88
* pmore: piaip's new more (pager).piaip2005-06-031-0/+778