summaryrefslogtreecommitdiff
path: root/usr.bin/mg/def.h
diff options
context:
space:
mode:
authorKjell Wooding <kjell@cvs.openbsd.org>2006-05-29 00:02:24 +0000
committerKjell Wooding <kjell@cvs.openbsd.org>2006-05-29 00:02:24 +0000
commit33591eabd4e4a3a1b1139076f2572f6ed611fe15 (patch)
tree27b34b21726c9f5d77b8bdcbf5b7f716b8432332 /usr.bin/mg/def.h
parentf1bc8f32f9ca6b40b082703af2161733e89c7adb (diff)
Another mnemonic rename, missed the first time.
Also missed the ok cloder.
Diffstat (limited to 'usr.bin/mg/def.h')
-rw-r--r--usr.bin/mg/def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/def.h b/usr.bin/mg/def.h
index 339ee66942d..111de7dfc7a 100644
--- a/usr.bin/mg/def.h
+++ b/usr.bin/mg/def.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: def.h,v 1.89 2006/05/28 23:30:16 kjell Exp $ */
+/* $OpenBSD: def.h,v 1.90 2006/05/29 00:02:23 kjell Exp $ */
/* This file is in the public domain. */
@@ -202,7 +202,7 @@ struct mgwin {
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_force; /* If NZ, forcing row. */
+ char w_frame; /* #lines to reframe by. */
char w_flag; /* Flags. */
struct line *w_wrapline;
};