summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6be4b32..de05b18 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') {
OpenPOWER on IntegriCloud