From 442d7bef79c89cebc8644e400f5bec74721d6092 Mon Sep 17 00:00:00 2001 From: Kjell Wooding Date: Sun, 28 May 2006 23:30:17 +0000 Subject: Make Window Flags more mnemonic (and less dumb); i.e. WFHARD -> WFFULL (Redraw full window) WFFORCE -> WFFRAME (Reframe window). No binary change --- usr.bin/mg/yank.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/mg/yank.c') diff --git a/usr.bin/mg/yank.c b/usr.bin/mg/yank.c index 17962610ed8..aa6116bd4f2 100644 --- a/usr.bin/mg/yank.c +++ b/usr.bin/mg/yank.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yank.c,v 1.2 2005/12/20 06:17:36 kjell Exp $ */ +/* $OpenBSD: yank.c,v 1.3 2006/05/28 23:30:16 kjell Exp $ */ /* This file is in the public domain. */ @@ -249,7 +249,7 @@ yank(int f, int n) lp = lback(lp); /* adjust framing */ curwp->w_linep = lp; - curwp->w_flag |= WFHARD; + curwp->w_flag |= WFFULL; } undo_no_boundary(FALSE); undo_add_boundary(); -- cgit v1.2.3