Reworked ncurseSelect text

This commit is contained in:
Tomas Rivera
2026-04-04 10:39:47 +02:00
parent 44100c49d1
commit 0a3e30196e
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ char* ncursesSelect(char **options, char *optionsText, size_t optionsNumber, siz
while (1) {
clear();
attron(COLOR_PAIR(1));
mvprintw(0,0, "Select %s (Use arrows or WASD, Enter to select):", optionsText);
mvprintw(0,0, "%s", optionsText);
int offset = 1;
if (strcmp(bottomText, "") != 0) {
mvprintw(offset, 1, "%s", bottomText);