diff --git a/sherpa.c b/sherpa.c index bf647e5..05d399b 100644 --- a/sherpa.c +++ b/sherpa.c @@ -48,3 +48,11 @@ main(int argc, char *argv[]) gtk_widget_show_all(window); 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 //