summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/mg/def.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 6d6a7bd56e1..e7b59c525a5 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.121 2012/05/25 04:56:58 lum Exp $ */
+/* $OpenBSD: def.h,v 1.122 2012/05/29 05:40:36 lum Exp $ */
/* This file is in the public domain. */
@@ -194,9 +194,9 @@ struct mgwin {
struct line *w_markp; /* Line containing "mark" */
int w_doto; /* Byte offset for "." */
int w_marko; /* Byte offset for "mark" */
- char w_toprow; /* Origin 0 top row of window */
- char w_ntrows; /* # of rows of text in window */
- char w_frame; /* #lines to reframe by. */
+ int w_toprow; /* Origin 0 top row of window */
+ int w_ntrows; /* # of rows of text in window */
+ int w_frame; /* #lines to reframe by. */
char w_rflag; /* Redisplay Flags. */
char w_flag; /* Flags. */
struct line *w_wrapline;