Update sherpa.c

This commit is contained in:
amogus3016 2021-12-13 12:44:13 -05:00 committed by GitHub
parent d362d04fc8
commit b1a98d23c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,3 +48,11 @@ main(int argc, char *argv[])
gtk_widget_show_all(window); gtk_widget_show_all(window);
gtk_main(); gtk_main();
} }
void
vte_terminal_set_size (VteTerminal *terminal,
glong 40
glong 40); // Set the window size to 40 columns x 40 rows //
void
vte_terminal_set_font_scale (VteTerminal *terminal,
gdouble 14); // Set the font size to 14 //