Drop `mono'+, change `colour' and `uncolour' commands..
commit16b57ab9df78ab304b6dc1470bfe928d8a805fe7
authorSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 3 Mar 2016 15:01:42 +0000 (3 16:01 +0100)
committerSteffen (Daode) Nurpmeso <steffen@sdaoden.eu>
Thu, 15 Sep 2016 13:56:40 +0000 (15 15:56 +0200)
treee2836d8c1caf24c82be26eebec5c054965ccbf65
parenta4e2612eadbb5b915c48bcfd39be3c5e5f6be74e
Drop `mono'+, change `colour' and `uncolour' commands..

Even after the new termcap/terminfo layer has been finished we
will have a chicken and egg problem regarding termcap
initialization and user colour setting commands, since the new
termcap interface has a *termcap-disable* setting which we really
want to adhere to, so we have to delay initialization until we
really enter interactive mode, long after reading rc files etc.

The only solution to allow the user to easily define different
modes for 256-colour mode and normal ANSI / ISO 6429 8-colour mode
is thus either to introduce a separate set of commands, or to
change the new current approach into a multiplexer series which
takes the desired "colour type", e.g., 256, 8, mono, iso etc., as
the first argument.

Go the latter way, thus drop `mono' / `unmono', and support a new
256 colour type for now.
cmd_tab.h
colour.c
nail.1
nail.h
nailfuns.h