mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-24 09:05:48 -04:00
add config + command line option for setting initial window width/height
This commit is contained in:
parent
4e2067446a
commit
7026f60717
6 changed files with 56 additions and 13 deletions
3
config.h
3
config.h
|
|
@ -9,6 +9,9 @@
|
|||
struct config {
|
||||
char *term;
|
||||
char *shell;
|
||||
unsigned width;
|
||||
unsigned height;
|
||||
|
||||
tll(char *) fonts;
|
||||
|
||||
int scrollback_lines;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue