diff src/pr-output.cc @ 2915:649549662cf6

[project @ 1997-04-30 20:51:40 by jwe]
author jwe
date Wed, 30 Apr 1997 20:53:14 +0000
parents 8bb31a2b480b
children 66ef74ee5d9f
line wrap: on
line diff
--- a/src/pr-output.cc	Wed Apr 30 20:43:31 1997 +0000
+++ b/src/pr-output.cc	Wed Apr 30 20:53:14 1997 +0000
@@ -1074,7 +1074,7 @@
   if (total_width > max_width && Vsplit_long_rows)
     {
       if (col != 0 && ! compact_format)
-	os << "\n";
+	os << "\n\n";
 
       int num_cols = lim - col;
 
@@ -1086,6 +1086,9 @@
 	os << " Columns " << col + 1 << " and " << lim << ":\n";
       else
 	os << " Columns " << col + 1 << " through " << lim << ":\n";
+
+      if (! compact_format)
+	os << "\n";
     }
 }