You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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.
The text was updated successfully, but these errors were encountered:
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:
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.
The text was updated successfully, but these errors were encountered: