Skip to content

Commit e8fa252

Browse files
committed
Allow selection of item 10 in Linux prefs.
1 parent d43a303 commit e8fa252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prefsLibConfig.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void *showPreferencesThread(void *arg)
216216
#endif
217217
"\n"
218218
"Press [esc] to finish or type number and press [return] ";
219-
EdenMessageInput((const unsigned char *)prompt, 1, 1, 1, 0, 0);
219+
EdenMessageInput((const unsigned char *)prompt, 1, 2, 1, 0, 0);
220220
inputa = EdenMessageInputGetInput();
221221
if (!inputa) state = PREFS_END;
222222
else if (!inputa[0] || sscanf((const char *)inputa, "%d", &inputi) < 1) {

0 commit comments

Comments
 (0)