Stefan
Stefan
still the same because of ```c [...] #undef NCURSES_VERSION #define NCURSES_VERSION "6.0" #include #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ #include #undef NCURSES_CONST #define NCURSES_CONST /*nothing*/ ``` the...
Indeed. ``` $ otool -L less less: /usr/lib/libncurses.5.4.dylib (compatibility version 5.4.0, current version 5.4.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1336.61.1) ``` BTW MacPorts has 6.4 **5.7 without const!?** https://opensource.apple.com/source/ncurses/ncurses-57/ncurses/include/termcap.h.auto.html...
BTW I tried a 6502 port and it didn't work. A platform without alignment.
Well, I had to reduce buf's size to 6000 because of memory constraints, 32-bit aligned is not an option. Maybe you are guessing that AmigaOS has an 31-bit address space...
Nice try but it didn't help.
The compiler constructor said this code seems to be undefined behavior, please take a look: ```#define tag(x) ( (x)->car.c )``` ... ```typedef union { fe_Object *o; fe_CFunc f; fe_Number n;...
You may type `stack 99999` before execution. I'm testing on MorphOS.
Works on macOS 14.0 @emadpres Your PID is really high, too high for the tree.
@emadpres I was talking about the width: Your PID have 7 digits but htop is fixed for 5 digits. This seems to be a bug. However your system should not...
@ThatOneCalculator done