diff options
author | lum <lum@cvs.openbsd.org> | 2012-06-04 20:46:05 +0000 |
---|---|---|
committer | lum <lum@cvs.openbsd.org> | 2012-06-04 20:46:05 +0000 |
commit | f0e6539b00897ea99e01e558aab32565e0778879 (patch) | |
tree | 07b0c0272efc27339444f68e3e71ae243ec222fb /usr.bin/mg | |
parent | b8310032f15eb4c8f42bbf39e0b083f07c5848bf (diff) |
Open theo mode without splitting window in 2.
Diffstat (limited to 'usr.bin/mg')
-rw-r--r-- | usr.bin/mg/theo.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/mg/theo.c b/usr.bin/mg/theo.c index 5b1dcf4e306..1aad9765d69 100644 --- a/usr.bin/mg/theo.c +++ b/usr.bin/mg/theo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: theo.c,v 1.121 2011/07/08 00:27:59 djm Exp $ */ +/* $OpenBSD: theo.c,v 1.122 2012/06/04 20:46:04 lum Exp $ */ /* * Copyright (c) 2002 Artur Grabowski <art@openbsd.org> * All rights reserved. @@ -72,6 +72,8 @@ theo(int f, int n) curbp = bp; curwp = wp; + onlywind(f, n); + return (TRUE); } |