Make the UTF-8 graphic devices avoid overstriking by default.
[pspp] / config / devices
index 210440b7ba9d18c92d67cf164d10a8256e0caea0..d42500cf4a04c687007dbe90d273ce228d435b64 100644 (file)
@@ -199,9 +199,9 @@ define utf8-graphics \
   box[0222]='\xe2\x95\xa3' box[1222]='\xe2\x95\xac' box[2222]='\xe2\x95\xac'
 
 tty-utf8:ascii:screen:length=$viewlength width=$viewwidth ${utf8-graphics} \
-  output-file=${tty-output-file}
+  output-file=${tty-output-file} emphasis=none
 list-utf8:ascii:listing:length=66 width=79 output-file=${list-output-file} \
-  ${utf8-graphics}
+  ${utf8-graphics} emphasis=none
 
 # Local Variables:
 # fill-prefix: "# "