Jürgen,
May I suggest a couple of changes to src/main.cc?
The first thing is a. bug - there's no #include "config.h" in main.cc
HAVE_IOCTL_TIOCGWINSZ is undefined and code that is conditionalized based on
its existence
won't be compiled.
I also looked at the changes in context, and think t
Hi Paul,
thanks, fixed in *SVN 1808*.
Best Regards,
Jürgen
On 12/28/24 20:25, Paul Rockwell wrote:
Testing confirms that is not needed for Linux for the
detection of TIOCGWINSZ. sufficient on both platforms.
Having #include is redundant on Linux, but causes
incorrect detection of the ex