Fix GUI output viewer to use the "auto" feature of the driver width
[pspp] / src / ui / gui / psppire.c
index b874d393cf6df29b7709cf13f9398c0a043953a1..eaf9ca95294638d90347f3f9087d64602d7f282c 100644 (file)
@@ -111,8 +111,8 @@ initialize (void)
 
   outp_configure_driver_line (
     ss_cstr ("gui:ascii:screen:squeeze=on headers=off top-margin=0 "
-             "bottom-margin=0 paginate=off length=50 "
-            "width=" OUTPUT_LINE_WIDTH_str " emphasis=none "
+             "bottom-margin=0 paginate=off length=auto width=auto "
+            "emphasis=none "
              "output-file=\"" OUTPUT_FILE_NAME "\" append=yes"));
 
   unlink (OUTPUT_FILE_NAME);