mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Replace tab indents with spaces in config.h
This commit is contained in:
parent
6a0a6b0b01
commit
02259f60a6
1 changed files with 2 additions and 2 deletions
4
config.h
4
config.h
|
|
@ -10,9 +10,9 @@
|
|||
#include "wayland.h"
|
||||
|
||||
#ifdef HAVE_TERMINFO
|
||||
#define DEFAULT_TERM "foot"
|
||||
#define DEFAULT_TERM "foot"
|
||||
#else
|
||||
#define DEFAULT_TERM "xterm-256color"
|
||||
#define DEFAULT_TERM "xterm-256color"
|
||||
#endif
|
||||
|
||||
enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue