Activating the ability to have more than one colors row.
Usefull for people with coarse input devices that need bigger buttons but got color buttons too narrow. Just added the option, all the support code where already in place.
This commit is contained in:
parent
81ef0aa10b
commit
43d4f8b494
3 changed files with 20 additions and 2 deletions
|
|
@ -44,6 +44,7 @@ struct cfginfo
|
|||
const char *parsertmp_sysconfig;
|
||||
const char *parsertmp_windowsize;
|
||||
const char *button_size;
|
||||
const char *colors_rows;
|
||||
const char *print_delay;
|
||||
const char *printcommand;
|
||||
// const char *promptless_save;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue