https://gitlab.synchro.net/main/sbbs/-/commit/4fd1f9cf53d86689b44a108e
Modified Files:
src/syncterm/bbslist.c
Log Message:
Fix menu draw when returning to dialing list from commentAlso note the spectacularily poorly named WIN_REDRAW and WIN_NODRAWflags. WIN_REDRAW indicates that this *is* a redraw of the menu,which indicates that you don't need to redraw the menu (because it'salready correct on screen). Weird, but not insane... WIN_NODRAW onthe other hand indicates this is *not* a redraw, and that the windowis incorrect on screen and you therefore *must* redraw the menu.That is to say:WIN_REDRAW prevents the window from being redrawnWIN_NODRAW forces the window to be redrawn
--- SBBSecho 3.13-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)