mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
TERMINFO does not work well for linux-m
This commit is contained in:
parent
bbc3ead99c
commit
d466e84eb6
@ -539,6 +539,11 @@ set_screen_driver_opt(struct screen_driver *driver, struct option *term_spec)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
if (driver->opt.color_mode == COLOR_MODE_MONO) {
|
||||||
|
driver->opt.terminfo = 0;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
switch (terminfo_max_colors()) {
|
switch (terminfo_max_colors()) {
|
||||||
case 88:
|
case 88:
|
||||||
#ifdef CONFIG_88_COLORS
|
#ifdef CONFIG_88_COLORS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user