mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04: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"
|
#include "wayland.h"
|
||||||
|
|
||||||
#ifdef HAVE_TERMINFO
|
#ifdef HAVE_TERMINFO
|
||||||
#define DEFAULT_TERM "foot"
|
#define DEFAULT_TERM "foot"
|
||||||
#else
|
#else
|
||||||
#define DEFAULT_TERM "xterm-256color"
|
#define DEFAULT_TERM "xterm-256color"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS};
|
enum conf_size_type {CONF_SIZE_PX, CONF_SIZE_CELLS};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue