https://bugzilla.novell.com/show_bug.cgi?id=253401 ------- Comment #9 from nadvornik@novell.com 2007-04-18 07:13 MST ------- mc filters the prompt with this function: ========== /* Remove all control sequences from the argument string. We define * "control sequence", in a sort of pidgin BNF, as follows: * * control-seq = Esc non-'[' * | Esc '[' (0 or more digits or ';' or '?') (any other char) * * This scheme works for all the terminals described in my termcap / * terminfo databases, except the Hewlett-Packard 70092 and some Wyse * terminals. If I hear from a single person who uses such a terminal * with MC, I'll be glad to add support for it. (Dugan) * Non-printable characters are also removed. */ char *strip_ctrl_codes (char *s) =========== It apparently needs to be extended. Werner, can please suggest, what needs to be added? Is there any documentation available? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.