Tim Vanderhoek
20d6e5fe6e
Thorough revamp of how input commands are processed. This allows customization
...
of user keys (documentation pending). The only key whose semantics have
changed is the capital 'N' key, which now performs a repeat-search in the
opposite direction (just like in vi).
This commit is a little bulkier than what I had originally planned. I'm not
completely happy with the direction it went, but it's definately an
improvement, and the alternative is to continue becoming irrelevant compared
to GNU less. (Does anyone even _use_ /usr/bin/more these days?)
1999-09-03 22:31:21 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Tim Vanderhoek
ac8ab44cf6
Grok gtags too.
1999-06-01 20:02:34 +00:00
Tim Vanderhoek
0ac2ad320e
General code cleanup [incomplete]. Make the arrow keys work.
1999-05-30 18:06:58 +00:00
Steve Price
a84507eabd
sprintf -> snprintf to avoid potential buffer overflow.
...
PR: 6907
Submitted by: Archie Cobbs <archie@whistle.com>
1998-06-14 16:03:40 +00:00
John Birrell
6216c30a1c
Add #include <string.h> to get prototypes for functions that gcc
...
has builtin (and wants to know that the prototypes match).
1998-02-20 04:13:29 +00:00
Eivind Eklund
e351dd657b
Fix fencepost error.
...
PR: 4170
Submitted by: Harlan Stenn <Harlan.Stenn@pfcs.com>
1997-08-12 14:42:39 +00:00
Bruce Evans
f4c1975c26
Removed inconsistent declaration of malloc(). `make world' with DESTDIR
...
set to something other than "/" now actually works.
1997-04-23 10:16:58 +00:00
Andrey A. Chernov
6004290380
Pick collate info for RE character ranges
1996-08-11 16:22:47 +00:00
Adam David
bb012025b4
'more | cat' was producing spurious output from an unused buffer
1996-01-22 01:30:03 +00:00
Andrey A. Chernov
eb1d32b9a3
Add setlocale LC_CTYPE
1995-10-24 05:18:36 +00:00
Peter Wemm
7908b94389
Oops! Andrey pointed out tht setlocale(LC_CTYPE, "") doesn't actually
...
work for locale's with multibyte characters. Backing this out....
cvs diff -c -r1.1 -r1.2 main.c | patch -R
Reviewed by:
Submitted by:
Obtained from:
1995-07-18 01:03:46 +00:00
Peter Wemm
605abcde5e
Make 'more' sensative to the current locale for it's ctype calls.
...
Reviewed by:
Submitted by: Thomas Gellekum, with minor cosmetic changes from me.
Obtained from:
1995-07-17 12:37:50 +00:00
Rodney W. Grimes
9b50d90275
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00