mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-21 06:46:34 -04:00
key-binding: add binds for changing alpha
This commit is contained in:
parent
d7b48d3924
commit
1ed7206222
9 changed files with 54 additions and 2 deletions
|
|
@ -859,6 +859,7 @@ bool term_update_scale(struct terminal *term);
|
|||
bool term_font_size_increase(struct terminal *term);
|
||||
bool term_font_size_decrease(struct terminal *term);
|
||||
bool term_font_size_reset(struct terminal *term);
|
||||
void term_alpha_set(struct terminal *term, uint16_t alpha);
|
||||
bool term_font_dpi_changed(struct terminal *term, float old_scale);
|
||||
void term_font_subpixel_changed(struct terminal *term);
|
||||
int term_font_baseline(const struct terminal *term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue