mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-12 05:34:01 -04:00
term: rename colors256 -> table
This commit is contained in:
parent
631e0c0870
commit
d8fb80ea32
5 changed files with 19 additions and 25 deletions
|
|
@ -62,7 +62,7 @@ term_reset(struct terminal *term, bool hard)
|
|||
term->colors.fg = term->colors.default_fg;
|
||||
term->colors.bg = term->colors.default_bg;
|
||||
for (size_t i = 0; i < 256; i++)
|
||||
term->colors.colors256[i] = term->colors.default_colors256[i];
|
||||
term->colors.table[i] = term->colors.default_table[i];
|
||||
term->print_needs_wrap = false;
|
||||
term->cursor = (struct coord){0, 0};
|
||||
term->saved_cursor = (struct coord){0, 0};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue