summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-05-21 18:35:28 +0000
committergreen <green@FreeBSD.org>2000-05-21 18:35:28 +0000
commit7fcc840d6a90fc5889f0e1b52da9b9df7a430669 (patch)
tree6c359a63bdc682ebc0fd545f4d8b3e9a9493e1b0 /usr.bin/more
parente79786bafbdb38169cfa0776cc43f591705d2e33 (diff)
downloadFreeBSD-src-7fcc840d6a90fc5889f0e1b52da9b9df7a430669.zip
FreeBSD-src-7fcc840d6a90fc5889f0e1b52da9b9df7a430669.tar.gz
In the modern world, things are much faster than when more(1) was created.
Scrolling sideways is fast, and a "...skipping..." message making everything blink does much more harm than good.
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/prim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/more/prim.c b/usr.bin/more/prim.c
index 8a6577b..30e020b 100644
--- a/usr.bin/more/prim.c
+++ b/usr.bin/more/prim.c
@@ -159,8 +159,7 @@ forw(n, pos, only_last)
if (top_scroll) {
clear();
home();
- } else if (!first_time)
- putstr("...skipping...\n");
+ }
}
}
OpenPOWER on IntegriCloud