mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-27 06:46:44 -04:00
Add option to change terminal alpha through key-bindings
This commit is contained in:
parent
377997be9d
commit
4e2347da12
7 changed files with 177 additions and 123 deletions
|
|
@ -692,6 +692,9 @@ bool term_paste_data_to_slave(
|
|||
bool term_font_size_increase(struct terminal *term);
|
||||
bool term_font_size_decrease(struct terminal *term);
|
||||
bool term_font_size_reset(struct terminal *term);
|
||||
bool term_alpha_increase(struct terminal *term);
|
||||
bool term_alpha_decrease(struct terminal *term);
|
||||
bool term_alpha_reset(struct terminal *term);
|
||||
bool term_font_dpi_changed(struct terminal *term, int old_scale);
|
||||
void term_font_subpixel_changed(struct terminal *term);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue