mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
main: use our own terminfo 'foot' by default
This commit is contained in:
parent
b6b92a742d
commit
67583540b4
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -312,7 +312,7 @@ main(int argc, char *const *argv)
|
||||||
argv += optind;
|
argv += optind;
|
||||||
|
|
||||||
setlocale(LC_ALL, "");
|
setlocale(LC_ALL, "");
|
||||||
setenv("TERM", "xterm-direct", 1); /* TODO: configurable */
|
setenv("TERM", "foot", 1); /* TODO: configurable */
|
||||||
|
|
||||||
int repeat_pipe_fds[2] = {-1, -1};
|
int repeat_pipe_fds[2] = {-1, -1};
|
||||||
if (pipe2(repeat_pipe_fds, O_CLOEXEC) == -1) {
|
if (pipe2(repeat_pipe_fds, O_CLOEXEC) == -1) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue