Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sushi Move the "Form Page:" status over slightly. ...



details:   https://anonhg.NetBSD.org/src/rev/b68e948a1648
branches:  trunk
changeset: 559862:b68e948a1648
user:      garbled <garbled%NetBSD.org@localhost>
date:      Wed Mar 24 22:03:17 2004 +0000

description:
Move the "Form Page:" status over slightly.  Suggested by Peter Postma

diffstat:

 usr.sbin/sushi/scanform.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a27993c26013 -r b68e948a1648 usr.sbin/sushi/scanform.c
--- a/usr.sbin/sushi/scanform.c Wed Mar 24 21:20:26 2004 +0000
+++ b/usr.sbin/sushi/scanform.c Wed Mar 24 22:03:17 2004 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: scanform.c,v 1.37 2004/03/24 19:14:07 garbled Exp $       */
+/*      $NetBSD: scanform.c,v 1.38 2004/03/24 22:03:17 garbled Exp $       */
 
 /*
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
        snprintf(buf, sizeof(buf), "%s (%d/%d)",
            catgets(catalog, 4, 8, "Form Page:"),
            form_page(form)+1, form->max_page); /* XXX */
-       mvwaddstr(stdscr, ws.ws_row-3, 60, buf);
+       mvwaddstr(stdscr, ws.ws_row-3, 62, buf);
        wrefresh(stdscr);
 }
 



Home | Main Index | Thread Index | Old Index