mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Output keymap choice to stderr so it is easier to parse for apps chained to
this curses based app. Submitted by: ivoras Approved by: re@ (bmah@)
This commit is contained in:
parent
143cc1897c
commit
262185e9d2
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ do_kbdcontrol(struct keymap *km)
|
|||
if (!x11)
|
||||
system(kbd_cmd);
|
||||
|
||||
printf("keymap=%s\n", km->keym);
|
||||
fprintf(stderr, "keymap=%s\n", km->keym);
|
||||
free(kbd_cmd);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue