--- tcsh-6.13.00/tc.bind.c.cstr 2004-09-21 23:07:46.383456872 +0200 +++ tcsh-6.13.00/tc.bind.c 2004-09-21 23:08:38.053601816 +0200 @@ -195,7 +195,7 @@ return; if (key) { if (SetArrowKeys(&in, XmapStr(&out), ntype) == -1) - xprintf(CGETS(20, 2, "Bad key name: %S\n"), in); + xprintf(CGETS(20, 2, "Bad key name: %S\n"), in.buf); } else AddXkey(&in, XmapStr(&out), ntype);