Subj : src/sbbs3/js_uifc.c src/uifc/uifc32.c To : Git commit to main/sbbs/master From : Deucе Date : Fri Jan 29 2021 01:06 am https://gitlab.synchro.net/main/sbbs/-/commit/33a37c0a82426349bce9150b Modified Files: src/sbbs3/js_uifc.c src/uifc/uifc32.c Log Message: Ok, that last one was wrong... sue me. So here's what we're doing now... we set bar so that the first item shown in the menu is the lowest index possible that still shows cur. bar is therefore calculated as the displayed item count minus the distance from cur to the end of the list. Yeah, that's the easiest way to explain it. .