I'm not sure if this will interest many people, but anyway. I'm compiling with clang and getting the following error:
../input.c:1881:5: error: ignoring return value of function declared with 'warn_unused_result' attribute [-Werror,-Wunused-result]
.
For my own use, I simply apply a patch to input.c:
if (pipe2(chan, O_CLOEXEC) == -1) {
perror("pipe2 failed");
exit(EXIT_FAILURE);
}
Pinned Comments
danekl commented on 2021-11-07 09:18 (UTC)
The foot and foot-terminfo packages have been updated:
In other words, foot will default to the terminfo provided by ncurses. You can optionally install foot-terminfo, and set "term=foot-extra" in foot.ini to use foot's terminfo instead, which has a couple of non-standard capabilities (mainly targeting tmux).