1993-11-09 |
bostic | bell() no longer used
|
commit | commitdiff | tree |
1993-11-09 |
bostic | wordsmith
|
commit | commitdiff | tree |
1993-11-09 |
bostic | temporary fix to make mesg option at least work (from...
|
commit | commitdiff | tree |
1993-11-08 |
bostic | minor cleanup
|
commit | commitdiff | tree |
1993-11-08 |
bostic | move klist into text space
|
commit | commitdiff | tree |
1993-11-08 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-08 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-08 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-08 |
bostic | need <sys/file.h> for flock defines on SunOS
|
commit | commitdiff | tree |
1993-11-08 |
bostic | merge recover.h into exf.h
|
commit | commitdiff | tree |
1993-11-08 |
bostic | revisit recovery code -- change so that keep a lock...
|
commit | commitdiff | tree |
1993-11-08 |
bostic | revisit recovery code -- change so that keep a lock...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | if "vi -t" search fails, put up the file anyway
|
commit | commitdiff | tree |
1993-11-07 |
bostic | rename count_cols to be scno for consistency
|
commit | commitdiff | tree |
1993-11-07 |
bostic | another try at getting forward/backward searches used...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | don't change the cursor, change the from MARK instead
|
commit | commitdiff | tree |
1993-11-07 |
bostic | MAJOR SEMANTIC CHANGE -- use the from/to MARK's, not...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | add netdb.h, Solaris put MAXHOSTNAMELEN there
|
commit | commitdiff | tree |
1993-11-07 |
bostic | include fcntl.h too, Solaris doesn't have the O_ #defines...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | altwerase was off-by-one for one-character words, i...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | delete G_INITSCR, 4BSD curses requires calling initscr...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | if S_REDRAW set, flush the cache -- "set all" uses...
|
commit | commitdiff | tree |
1993-11-07 |
bostic | reentry problem is local to msg_app, move it there
|
commit | commitdiff | tree |
1993-11-06 |
bostic | offset_in_char was getting set incorrectly when a character...
|
commit | commitdiff | tree |
1993-11-06 |
bostic | go to 0.81
|
commit | commitdiff | tree |
1993-11-06 |
bostic | permit report, taglength and wrapmargin to be turned...
|
commit | commitdiff | tree |
1993-11-06 |
bostic | the fix for showmatch was right, but for the wrong...
|
commit | commitdiff | tree |
1993-11-06 |
bostic | wordsmithing
|
commit | commitdiff | tree |
1993-11-06 |
bostic | performance change to not update if keys are waiting...
|
commit | commitdiff | tree |
1993-11-06 |
bostic | performance change to not update if keys are waiting...
|
commit | commitdiff | tree |
1993-11-05 |
bostic | make the same check in the check for movement -- both...
|
commit | commitdiff | tree |
1993-11-05 |
bostic | make sure lines exist in a ^D movement to EOF
|
commit | commitdiff | tree |
1993-11-05 |
bostic | hack to handle System V curses problems
|
commit | commitdiff | tree |
1993-11-05 |
bostic | change/append didn't historically set AUTOPRINT
|
commit | commitdiff | tree |
1993-11-05 |
bostic | precedence typo (^U with the cursor at the top, but...
|
commit | commitdiff | tree |
1993-11-05 |
bostic | make ^L match historic practice and be a normal input...
|
commit | commitdiff | tree |
1993-11-05 |
bostic | global patterns set both the substitute RE and the
|
commit | commitdiff | tree |
1993-11-04 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-04 |
bostic | document ftp sites
|
commit | commitdiff | tree |
1993-11-04 |
bostic | go to .80
|
commit | commitdiff | tree |
1993-11-04 |
bostic | rework cut buffers using lists and CHAR_T's; fix default...
|
commit | commitdiff | tree |
1993-11-04 |
bostic | rework cut buffers using lists and CHAR_T's; fix default...
|
commit | commitdiff | tree |
1993-11-04 |
bostic | wordsmithing
|
commit | commitdiff | tree |
1993-11-04 |
bostic | if a line isn't shifting, still need to check if it...
|
commit | commitdiff | tree |
1993-11-04 |
bostic | if the line is already displayed, don't display it...
|
commit | commitdiff | tree |
1993-11-04 |
bostic | invalidate the cursor in the scrolling routines, they...
|
commit | commitdiff | tree |
1993-11-04 |
bostic | document historic practice
|
commit | commitdiff | tree |
1993-11-03 |
bostic | the old terminal values will turn signals on, so protect...
|
commit | commitdiff | tree |
1993-11-03 |
bostic | reset signals if error return after signals set
|
commit | commitdiff | tree |
1993-11-03 |
bostic | typo
|
commit | commitdiff | tree |
1993-11-03 |
bostic | move ! command argument expansion into argv code
|
commit | commitdiff | tree |
1993-11-03 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-03 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-03 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-03 |
bostic | rename argv routines consistently
|
commit | commitdiff | tree |
1993-11-03 |
bostic | wordsmithing
|
commit | commitdiff | tree |
1993-11-03 |
bostic | document some of the rather odd goings on
|
commit | commitdiff | tree |
1993-11-03 |
bostic | typo
|
commit | commitdiff | tree |
1993-11-03 |
bostic | move the maps and abbreviations into the global area...
|
commit | commitdiff | tree |
1993-11-03 |
bostic | move the maps and abbreviations into the global area...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | one more try at the boundary conditions, if cursor_move...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | conversion to ex_printf(), ex_fflush(), and EXCOOKIE
|
commit | commitdiff | tree |
1993-11-02 |
bostic | conversion to ex_printf(), ex_fflush(), and EXCOOKIE
|
commit | commitdiff | tree |
1993-11-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-02 |
bostic | add G_BELLSCHED for S_BELLSCHED when the last screen...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | put out a message if -T support not compiled in
|
commit | commitdiff | tree |
1993-11-02 |
bostic | add G_BELLSCHED for S_BELLSCHED when the last screen...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | add G_BELLSCHED for S_BELLSCHED when the last screen...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-11-02 |
bostic | if there are multiple versions of a file, return the...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | wrong return from file_init (0 on error)
|
commit | commitdiff | tree |
1993-11-02 |
bostic | add is_sleeping bit, so can die if signalled while...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | die if sleeping when the signal arrives
|
commit | commitdiff | tree |
1993-11-02 |
bostic | use svi_sm_cursor to figure out where to split, delete...
|
commit | commitdiff | tree |
1993-11-02 |
bostic | make svi_sm_cursor available to the split code
|
commit | commitdiff | tree |
1993-11-01 |
bostic | delete sc_row, no longer used
|
commit | commitdiff | tree |
1993-11-01 |
bostic | change svi_refresh to repaint all related screens,...
|
commit | commitdiff | tree |
1993-11-01 |
bostic | change svi_refresh to repaint all related screens,...
|
commit | commitdiff | tree |
1993-11-01 |
bostic | delete "was-it-changed" argument from s_change routine
|
commit | commitdiff | tree |
1993-11-01 |
bostic | delete "was-it-changed" argument from s_change routine
|
commit | commitdiff | tree |
1993-11-01 |
bostic | rewrite "character wait" code to wait as long as there...
|
commit | commitdiff | tree |
1993-11-01 |
bostic | replace all uses of bhdr with txthdr
|
commit | commitdiff | tree |
1993-11-01 |
bostic | convert SEQ linked list to list_entry's
|
commit | commitdiff | tree |
1993-11-01 |
bostic | convert SEQ linked list to list_entry's
|
commit | commitdiff | tree |
1993-11-01 |
bostic | explain the data structure in seq.h, not here
|
commit | commitdiff | tree |
1993-11-01 |
bostic | convert SEQ linked list to list_entry's
|
commit | commitdiff | tree |
1993-11-01 |
bostic | convert SCR list to list_entry structures
|
commit | commitdiff | tree |
1993-11-01 |
bostic | the global chain of EXF structures is no longer used
|
commit | commitdiff | tree |
1993-11-01 |
bostic | if O_NUMBER set, reset cols_per_screen if we skip over...
|
commit | commitdiff | tree |
1993-11-01 |
bostic | fix EOF/SOF checks -- we don't care about the cursor...
|
commit | commitdiff | tree |
1993-11-01 |
bostic | lint
|
commit | commitdiff | tree |
1993-11-01 |
bostic | rcv_{hup,term} are no longer the signal handlers
|
commit | commitdiff | tree |
1993-11-01 |
bostic | don't need to block signals for the SCR chain any more
|
commit | commitdiff | tree |
1993-11-01 |
bostic | prettiness police
|
commit | commitdiff | tree |
1993-10-31 |
bostic | lint
|
commit | commitdiff | tree |
1993-10-31 |
bostic | always free up temporary memory!
|
commit | commitdiff | tree |
1993-10-31 |
bostic | put out error message if temp buffer not free'd
|
commit | commitdiff | tree |
1993-10-31 |
bostic | delete "read!" as forced read semantics, Tony Sanders...
|
commit | commitdiff | tree |
1993-10-31 |
bostic | replace absmark with local copy of the saved mark in...
|
commit | commitdiff | tree |