conf: TERM can now be set in footrc

This commit is contained in:
Daniel Eklöf 2019-07-18 14:29:40 +02:00
parent d5157c15b0
commit 7e36027237
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 11 additions and 4 deletions

View file

@ -3,6 +3,7 @@
#include <stdbool.h>
struct config {
char *term;
char *shell;
char *font;
};