History log of /dports/sysutils/44bsd-more/44bsd-more-20000521_1/command.c (Results 1 – 24 of 24)
Revision Date Author Comments
# 1.18 12-May-2000 hoek

Fix an uncommon bug that would cause us to stop accepting input if the
user entered a command that filled exactly the remaining screen width.


# 1.17 08-Jan-2000 hoek

Correctly backspace over number N that preceeds macros.


# 1.16 26-Dec-1999 hoek

Allow excessive backspacing to correctly abort an input (most significantly
a search string input).


# 1.15 03-Sep-1999 hoek

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 perf

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?)

show more ...


# 1.14 28-Aug-1999 peter

$Id$ -> $FreeBSD$


# 1.13 05-Jun-1999 hoek

- 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 certai

- 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.

show more ...


# 1.12 01-Jun-1999 hoek

Grok gtags too.


# 1.11 30-May-1999 hoek

General code cleanup [incomplete]. Make the arrow keys work.


# 1.10.2.3 29-Aug-1999 peter

$Id$ -> $FreeBSD$


# 1.10.2.2 28-Jul-1999 hoek

[Whoops... used ci -m instead of -F on the last commit...]

MFC: misc incidental cleanup, gtags support, better line-number passing to
$EDITOR, working arrow keys, $Id$ to manpage


# 1.10.2.1 28-Jul-1999 hoek

commit-notes


# 1.10 04-Jul-1998 hoek

Fix bug from last commit: don't SEGV when reading as part of a pipe.


# 1.9 03-Jul-1998 hoek

Prevent recursive help)elp)elping.


# 1.8 14-Jun-1998 steve

sprintf -> snprintf to avoid potential buffer overflow.

PR: 6907
Submitted by: Archie Cobbs <archie@whistle.com>


# 1.7 02-Mar-1997 joerg

Make more not immediately exit on a short file, if the -e option is
given. This makes more -e basically usable at all when your termcap
entry supports an alternate screen buffer (like xterm-r6).

I

Make more not immediately exit on a short file, if the -e option is
given. This makes more -e basically usable at all when your termcap
entry supports an alternate screen buffer (like xterm-r6).

I wonder whether we should make more -e the default. Oure more seems
to be the only one on the world with this funny behaviour.

2.2 candidate

Submitted by: dawes@rf900.physics.usyd.edu.au (David Dawes)

show more ...


# 1.6.2.2 17-Jul-1998 jkh

MFC: doc fixes, enhancements to locate & more, new tail functionality.


# 1.6.2.1 07-Mar-1997 joerg

YAMFC (rev 1.7, and 1.4 resp: don't exit immediately on short file if -e
is given, so alternate screen buffers can be used at all)


# 1.6 05-Oct-1995 mpp

Fix a bug in a recent commit that broke more so that it
would no longer properly detect when "vi" was being called,
and thus would not call vi with the "+line#" argument.


# 1.5 04-Oct-1995 peter

Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.
Closes PR#441, but with a more generic method.


# 1.4 30-May-1995 rgrimes

Remove trailing whitespace.


# 1.3 09-Oct-1994 ache

Back out part of ctype fixes, unneded with new ctypoe


# 1.2 22-Sep-1994 ache

1) Make ctype-aware expect chars in range 0200-0204 treated
as controls in any case.
2) Fix bug with incorrect column position when standouts occurse
3) Fix bug when last standouted char cause cleari

1) Make ctype-aware expect chars in range 0200-0204 treated
as controls in any case.
2) Fix bug with incorrect column position when standouts occurse
3) Fix bug when last standouted char cause clearing next line
in standout

show more ...


# 1.1.1.1 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources


# 1.1 27-May-1994 rgrimes

Initial revision