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
Description
When running ghdl from within Emacs compilation-mode it is connected to a PTY but TERM=dumb is set to prevent output of escape sequences. GHDL ignores this and so we get garbage displayed. See also #329 which was about essentially the same issue.
Expected behaviour
GHDL should interpret $TERM and output terminal escape sequences appropriate for the specified terminal type. Ideally a system library such as terminfo or perhaps unibilium should be used but simply disabling colors for TERM=dumb should be an easy fix.
How to reproduce?
This prints the error line (and exits with fail) if ghdl output includes an ESC [ sequence despite TERM=dumb.
Description
When running ghdl from within Emacs compilation-mode it is connected to a PTY but TERM=dumb is set to prevent output of escape sequences. GHDL ignores this and so we get garbage displayed. See also #329 which was about essentially the same issue.
Expected behaviour
GHDL should interpret
$TERM
and output terminal escape sequences appropriate for the specified terminal type. Ideally a system library such as terminfo or perhaps unibilium should be used but simply disabling colors for TERM=dumb should be an easy fix.How to reproduce?
This prints the error line (and exits with fail) if ghdl output includes an
ESC [
sequence despite TERM=dumb.--Daniel
The text was updated successfully, but these errors were encountered: