diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-15 16:39:58 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 2000-05-15 16:39:58 +0000 |
commit | 9c854c8b44351a3527eb9c6b50403812bda80a8e (patch) | |
tree | 91afc315655855ae407435c878cfe239c4633c35 /usr.bin/more | |
parent | 86f792b120d7cba75a296604e48f90a52aa4e2b0 (diff) | |
download | src-test2-9c854c8b44351a3527eb9c6b50403812bda80a8e.tar.gz src-test2-9c854c8b44351a3527eb9c6b50403812bda80a8e.zip |
Notes
Diffstat (limited to 'usr.bin/more')
-rw-r--r-- | usr.bin/more/main.c | 2 |
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') { |