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 Stokely 2007-08-27 21:56:42 +00:00
parent 143cc1897c
commit 262185e9d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171996

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