LilyTerm
LilyTerm copied to clipboard
Weird characters displayed on certain commands
Running resolvconf --help
produces some weird output. The last line is:
See the ]8;;man:resolvectl(1)resolvectl(1) man page]8;; for details.
It should be:
See the resolvectl(1) man page for details.
I'm guessing there are some control characters that are not correctly interpreted by LilyTerm.
The same happens inside Vim, for example, if I run a shell command to capture it's output. The following steps should reproduce the problem:
- start vim
- in normal mode type "!!ls<Enter>"
- the list of files in the current directory is inserted in the buffer as expected, but the status bar contains "[>4;m[>4;2m".
I compared the behavior with Konsole and there everything works as expected.
Please let me know if I can somehow assist you further in resolving this issue.