fe

terminal file explorer and picker

git clone https://9o.is/git/fe.git

commit 3bc4effb1e38de091baccdb45268a92b08c87d94
parent ba2ccecb1a431adac2ef36dd47a79e52a1bcc34f
Author: Jul <jul@9o.is>
Date:   Mon, 19 Jan 2026 04:23:26 -0500

gitignore compats.h

Diffstat:
M.gitignore | 1+
Dcompats.h | 8--------
2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,4 +1,5 @@ *.d *.o config.h +compats.h fe diff --git a/compats.h b/compats.h @@ -1,8 +0,0 @@ -/* Generated by configure */ - -#define HAVE_STRLCPY 0 -extern size_t strlcpy(char *, const char *, size_t); - -#define HAVE_STRLCAT 0 -extern size_t strlcat(char *, const char *, size_t); -