Re: [dev] Opinions on GNU stow

2017-09-06 Thread Adam Sampson
empt to be a bit over-clever in identifying where they're been installed to, and get confused if they've been installed using stow. I've been able to patch these easily enough when I've encountered them. Thanks, -- Adam Sampson <http://offog.org/>

Re: [dev] [edit] Introducing edit, a simple text editor

2023-09-27 Thread Adam Sampson
e *any* of the glibc headers are included (see the feature_test_macros man page). edit.c includes various other headers before pulling in termbox2.h, by which time it's too late. -- Adam Sampson <http://offog.org/>