Deleted Added
full compact
command.c (237613) command.c (238730)
1/* $FreeBSD: head/contrib/less/command.c 237613 2012-06-26 23:17:33Z delphij $ */
1/* $FreeBSD: head/contrib/less/command.c 238730 2012-07-24 01:09:11Z delphij $ */
2/*
3 * Copyright (C) 1984-2012 Mark Nudelman
4 *
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Less License, as specified in the README file.
7 *
8 * For more information, see the README file.
9 */

--- 974 unchanged lines hidden (view full) ---

984 {
985 bell();
986 break;
987 }
988 make_display();
989 forward(1, 0, 0);
990 }
991 ignore_eoi = 0;
2/*
3 * Copyright (C) 1984-2012 Mark Nudelman
4 *
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Less License, as specified in the README file.
7 *
8 * For more information, see the README file.
9 */

--- 974 unchanged lines hidden (view full) ---

984 {
985 bell();
986 break;
987 }
988 make_display();
989 forward(1, 0, 0);
990 }
991 ignore_eoi = 0;
992 ch_set_eof();
992
993 /*
994 * This gets us back in "F mode" after processing
995 * a non-abort signal (e.g. window-change).
996 */
997 if (sigs && !ABORT_SIGS())
993
994 /*
995 * This gets us back in "F mode" after processing
996 * a non-abort signal (e.g. window-change).
997 */
998 if (sigs && !ABORT_SIGS())
998 return (A_F_FOREVER);
999 return (until_hilite ? A_F_UNTIL_HILITE : A_F_FOREVER);
1000
999 return (A_NOACTION);
1000}
1001
1002/*
1003 * Main command processor.
1004 * Accept and execute commands until a quit command.
1005 */
1006 public void

--- 790 unchanged lines hidden ---
1001 return (A_NOACTION);
1002}
1003
1004/*
1005 * Main command processor.
1006 * Accept and execute commands until a quit command.
1007 */
1008 public void

--- 790 unchanged lines hidden ---