scandum / tintin

TinTin++, aka tt++, is an extensible console MUD client.
https://tintin.mudhalla.net
GNU General Public License v3.0
201 stars 56 forks source link

Question -- disable color #191

Closed ktpx closed 1 year ago

ktpx commented 1 year ago

Any way to easily disable all colors? Im using a e-ink screen and its impossible to read output from help, etc.. I dont see any option to the exec, only way is to change the code...

thx

scandum commented 1 year ago

You can use #config color_mode off to disable all colors.

ktpx commented 1 year ago

Can't believe i missed that...thak you :D