diff --git a/dialogs.cpp b/dialogs.cpp index 8100c2d9..5699017a 100644 --- a/dialogs.cpp +++ b/dialogs.cpp @@ -482,10 +482,6 @@ EX namespace dialog { highlight_text = s; highlight_key = PSEUDOKEY_SELECT; } - EX bool never_keys() { - return ISMOBILE || among(display_keys, 0, 3); - } - EX void measure() { tothei = 0; dialogwidth = 0; @@ -733,6 +729,10 @@ EX namespace dialog { return false; } + EX bool never_keys() { + return ISMOBILE || among(display_keys, 0, 3); + } + EX void display() { callhooks(hooks_display_dialog);