aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/more/command.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50581
* [Whoops... used ci -m instead of -F on the last commit...]Tim Vanderhoek1999-07-281-1/+1
| | | | | | | | MFC: misc incidental cleanup, gtags support, better line-number passing to $EDITOR, working arrow keys, $Id$ to manpage Notes: svn path=/stable/3/; revision=49150
* commit-notesTim Vanderhoek1999-07-281-11/+95
| | | | Notes: svn path=/stable/3/; revision=49149
* Fix bug from last commit: don't SEGV when reading as part of a pipe.Tim Vanderhoek1998-07-041-1/+1
| | | | Notes: svn path=/head/; revision=37367
* Prevent recursive help)elp)elping.Tim Vanderhoek1998-07-031-1/+5
| | | | Notes: svn path=/head/; revision=37359
* sprintf -> snprintf to avoid potential buffer overflow.Steve Price1998-06-141-8/+12
| | | | | | | | PR: 6907 Submitted by: Archie Cobbs <archie@whistle.com> Notes: svn path=/head/; revision=36980
* Make more not immediately exit on a short file, if the -e option isJoerg Wunsch1997-03-021-1/+1
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=23293
* Fix a bug in a recent commit that broke more so that itMike Pritchard1995-10-051-0/+2
| | | | | | | | would no longer properly detect when "vi" was being called, and thus would not call vi with the "+line#" argument. Notes: svn path=/head/; revision=11234
* Make more pass +linenumber to vi (and emacs), even if $EDITOR is used.Peter Wemm1995-10-041-3/+13
| | | | | | | Closes PR#441, but with a more generic method. Notes: svn path=/head/; revision=11173
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-3/+3
| | | | Notes: svn path=/head/; revision=8874
* Back out part of ctype fixes, unneded with new ctypoeAndrey A. Chernov1994-10-091-6/+6
| | | | Notes: svn path=/head/; revision=3460
* 1) Make ctype-aware expect chars in range 0200-0204 treatedAndrey A. Chernov1994-09-221-6/+10
| | | | | | | | | | 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 Notes: svn path=/head/; revision=2964
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+655
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590