8
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
if no abbreviations, say so More... about 32 years ago
if no maps, say so More... about 32 years ago
add quoting argument to ex_cstring More... about 32 years ago
declare autoprint.c, minor code rearrangement More... about 32 years ago
move ex_refresh into util from tty.c More... about 32 years ago
add # command; fix list, print, number commands More... about 32 years ago
E_F_APPEND -> E_APPEND; add flag mask; add E_SETLAST for commands that reset the default command; add flagoff for +/- associated with [pl#] flag More... about 32 years ago
rewrite from scratch More... about 32 years ago
replace autoprint code with new code in ex_cmd(); fix default line increment; fix default command selection/retention; handle +/- with command [pl#] flags; more addressing changes, TRACE fixes More... about 32 years ago
set autoprint if a change is made More... about 32 years ago
change significant variable into autoprint variable, and set it in the ex routines. POSIX states that any change pretty much sets the autoprint variable, instead of the rather haphazard historical practice More... about 32 years ago
clean up TRACE lien More... about 32 years ago
add TRACE statement More... about 32 years ago
parser no longer trims leading spaces from command line More... about 32 years ago
vi moves to the line on a default command More... about 32 years ago
leave screen displayed after suspend More... about 32 years ago
checkpoint -- Kirkendall's version of curses, but cleaned up More... about 32 years ago
move signals around, delete map_init, delete unused curses entry points More... about 32 years ago
move TRUE/FALSE from curses.h; remove curses.h from vi.h More... about 32 years ago
remove curses.h from vi.h More... about 32 years ago
incorporate map_init into the termcap initialization in curses.c More... about 32 years ago
remove curses.h from vi.h More... about 32 years ago
incorporate map_init into the termcap initialization in curses.c More... about 32 years ago
add signal handling routines More... about 32 years ago
catch SIGWINCH, move onhup() into util.c More... about 32 years ago
add filter type argument; use stdio to buffer both input and output; break out read code into ex_readfp; fix reporting code (??) More... about 32 years ago
write has to parse its own arguments for POSIX compliance More... about 32 years ago
rewrite from the ground up More... about 32 years ago
add ex_readfp, ex_writerange -> ex_writefp More... about 32 years ago
read and write have to be "string" formats, fix their usage too More... about 32 years ago