Subj : src/uifc/uifc.h uifc32.c uifcx.c To : Git commit to main/sbbs/master From : Rob Swindell Date : Thu Mar 10 2022 11:56 pm https://gitlab.synchro.net/main/sbbs/-/commit/85dce134829649151452dd14 Modified Files: src/uifc/uifc.h uifc32.c uifcx.c Log Message: UIFC "list" now supports an optional left/right arrow key indicator Passing either WIN_LEFTKEY or WIN_RIGHTKEY in the window "mode" argument enables this new indicator in the upper right of "list" windows. These indicator arrows are mouse-clickable too (translate to the left and right arrow keys). We had defined uses for all 32 available WIN_* mode bits, so I extended the win mode type from 32 to 64 bits (should this now be called uifc64.c?) :-) Anyway, it'll be easier to add more WIN_* mode flags as needed later, but I do wonder about JavaScript support (not so great for > 31-bit integers). .