freebsd-dev/usr.bin/more
Tim Vanderhoek 296697bb16 - When trying to decide if $EDITOR == "vi", match against only the first
two characters of $EDITOR.  This allows things like "vim" and "vi -G"
  (although nvi would fail...oh well).

- Avoid certain cases where the editor is passed an invalid line number.
1999-06-05 20:27:08 +00:00
..
ch.c Remove documentation of CRLF bug from more.1. Sync code with manpage. 1999-04-29 18:03:38 +00:00
command.c - When trying to decide if $EDITOR == "vi", match against only the first 1999-06-05 20:27:08 +00:00
decode.c Grok gtags too. 1999-06-01 20:02:34 +00:00
help.c Keep "-c" (top_scroll) through viewing help. 1998-07-25 05:28:32 +00:00
input.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
less.h Grok gtags too. 1999-06-01 20:02:34 +00:00
line.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
linenum.c Remove trailing whitespace. 1995-05-30 06:41:30 +00:00
main.c Grok gtags too. 1999-06-01 20:02:34 +00:00
Makefile Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
more.1 Grok gtags too. 1999-06-01 20:02:34 +00:00
more.help Grok gtags too. 1999-06-01 20:02:34 +00:00
option.c Really delete -# option. 1998-07-25 05:58:04 +00:00
os.c Fix coredump when two signals are sent in rapid succession. 1998-07-31 04:05:11 +00:00
output.c Don't print backspaces in first column since they backup to the prev line. 1999-06-02 03:42:39 +00:00
pathnames.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
position.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
prim.c General code cleanup [incomplete]. Make the arrow keys work. 1999-05-30 18:06:58 +00:00
screen.c Fix compilation for the case where neither ioctl(TIOCGWINSZ) 1998-07-26 16:15:26 +00:00
signal.c Ignore (effectively) SIGTSTP if we're already in the process of tstoping. 1998-08-03 03:11:09 +00:00
tags.c No, the space required for a string is strlen() _plus_ one... Oops. 1999-06-04 19:35:22 +00:00
ttyin.c Back out part of ctype fixes, unneded with new ctypoe 1994-10-09 15:40:07 +00:00