Add option to change terminal alpha through key-bindings

This commit is contained in:
Utkarsh Verma 2022-06-02 08:12:31 +05:30
parent 377997be9d
commit 4e2347da12
No known key found for this signature in database
GPG key ID: 817656CF818EFCCC
7 changed files with 177 additions and 123 deletions

View file

@ -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);