Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/less/less fix my fix for PR 227. fixes PR 7444.
details: https://anonhg.NetBSD.org/src/rev/b9eb91d58a85
branches: trunk
changeset: 473077:b9eb91d58a85
user: mrg <mrg%NetBSD.org@localhost>
date: Wed May 19 12:39:10 1999 +0000
description:
fix my fix for PR 227. fixes PR 7444.
diffstat:
usr.bin/less/less/forwback.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 8bafb5524a87 -r b9eb91d58a85 usr.bin/less/less/forwback.c
--- a/usr.bin/less/less/forwback.c Wed May 19 08:31:42 1999 +0000
+++ b/usr.bin/less/less/forwback.c Wed May 19 12:39:10 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: forwback.c,v 1.6 1999/04/06 11:53:00 mrg Exp $ */
+/* $NetBSD: forwback.c,v 1.7 1999/05/19 12:39:10 mrg Exp $ */
/*
* Copyright (c) 1984,1985,1989,1994,1995,1996,1999 Mark Nudelman
@@ -162,7 +162,7 @@
clear();
home();
}
- } else if (more_mode == 0)
+ } else
{
clear_bot();
}
@@ -177,7 +177,7 @@
pos_clear();
add_forw_pos(pos);
force = 1;
- if (top_scroll && more_mode == 0)
+ if (top_scroll)
{
if (top_scroll == OPT_ONPLUS)
clear();
Home |
Main Index |
Thread Index |
Old Index