|
From: Petr M. <mi...@ph...> - 2015-03-29 21:07:35
|
I see the latest changeset:
+ New commands
+ [un}set monochrome {linetype N <line-properties>}
+ set color (same as "unset mono")
+
+ "set color". Terminal types that used to provide a separate "mono"
+ keyword now trigger "set mono" as appropriate. For example,
+ "set term pdf mono" is equivalent to "set term pdf; set mono".
+ Six default monochrome linetypes are pre-defined. These do not exactly
+ duplicate the idiosynchratic mono linetypes of various pre-version 5
+ terminals (be cairo cgm emf fig pdf post ...). Some further
I would expect the command to be
set termoption {mono | color}
as there are already:
set termoption {no}enhanced
set termoption font "<fontname>{,<fontsize>}"
set termoption fontscale <scale>
set termoption {solid|dashed}
set termoption {linewidth <lw>}{lw <lw>}
Is there any reason for such an inconsistent command (populating the main
"set" space)?
I would definitely vote for the "set termopt ..." variant.
---
PM
|