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:
murray 2007-08-27 21:56:42 +00:00
parent a1508bad9d
commit bcf80156ac

View File

@ -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);
}