add config + command line option for setting initial window width/height

This commit is contained in:
Daniel Eklöf 2019-08-23 17:26:41 +02:00
parent 4e2067446a
commit 7026f60717
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 56 additions and 13 deletions

View file

@ -9,6 +9,9 @@
struct config {
char *term;
char *shell;
unsigned width;
unsigned height;
tll(char *) fonts;
int scrollback_lines;