HardenedBSD/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
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
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
main.c Grok gtags too. 1999-06-01 20:02:34 +00:00
Makefile
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
os.c
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
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
signal.c
tags.c No, the space required for a string is strlen() _plus_ one... Oops. 1999-06-04 19:35:22 +00:00
ttyin.c