mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Use auto-sizing syntax appropriate for the new dialog(1). This should
probably be modified to use libdialog.
This commit is contained in:
parent
58ea87019e
commit
c5199e9706
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ show_dialog(struct keymap **km_sorted, int num_keymaps)
|
|||
exit(1);
|
||||
}
|
||||
asprintf(&dialog, "/usr/bin/dialog --clear --title \"Keyboard Menu\" "
|
||||
"--menu \"%s\" -1 -1 10", menu);
|
||||
"--menu \"%s\" 0 0 0", menu);
|
||||
|
||||
ext = extract_name(dir);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue