It seems that tcsh 6.17 has fixed this issue. The function NLSStringWidth is now paying attention to the return value of wcwidth:
if ((l = wcwidth(c)) < 0)
Please test, if your issue is solved in version 6.17 of tcsh.
--
regards Thomas
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

