summaryrefslogtreecommitdiff
path: root/usr.bin/more
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>2000-05-15 16:39:58 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>2000-05-15 16:39:58 +0000
commit9c854c8b44351a3527eb9c6b50403812bda80a8e (patch)
tree91afc315655855ae407435c878cfe239c4633c35 /usr.bin/more
parent86f792b120d7cba75a296604e48f90a52aa4e2b0 (diff)
downloadsrc-test2-9c854c8b44351a3527eb9c6b50403812bda80a8e.tar.gz
src-test2-9c854c8b44351a3527eb9c6b50403812bda80a8e.zip
Notes
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/main.c b/usr.bin/more/main.c
index 6be4b32b200b..de05b18138c3 100644
--- a/usr.bin/more/main.c
+++ b/usr.bin/more/main.c
@@ -109,7 +109,7 @@ edit(filename, force_open)
/* Okay since later code in this fcn() always forces redraw() */
horiz_off = 0;
- wraplines = 0;
+ wraplines = 1;
initial_pos = NULL_POSITION;
if (filename == NULL || *filename == '\0') {