cmode flag sm::NO_EXIT

This commit is contained in:
Zeno Rogue
2025-10-09 08:54:16 +02:00
parent 91ba522cd3
commit 0d1c405d81
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -207,7 +207,7 @@ EX namespace dialog {
EX void handler(int sym, int uni) {
if(cmode & sm::PANNING) handlePanning(sym, uni);
dialog::handleNavigation(sym, uni);
if(doexiton(sym, uni)) popScreen();
if(doexiton(sym, uni) && !(cmode & sm::NO_EXIT)) popScreen();
}
EX int list_size_min, list_size_max, list_fake_key;