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
@ -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 New Issue
Block a user