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
Expected Behavior
/bin/bash /bin/zsh work in Terminal when the OS provider has used OSC escape sequences to customize the shell prompt and other behaviour
CDT TM Terminal has fixed a long outstanding bug in shells (bash / zsh) when the customizations in /etc/profile.d/*.sh use OSC escape sequences ending in ESC-\ (backslash). Previously it only handled OSC escape sequences ending in BEL.
Current Behavior
On Fedora / macos: using /bin/bash /bin/zsh as the shell command results in no UI (actually the shell is running but the terminal display is b0rked)
Context
No shell UI in Fedora when using /bin/bash or /bin/zsh (/bin/fish /bin/ksh work - presumably they are not using OSC sequences ending in ESC-\)
Affects 4.24.0 (this might have just missed the CDT 10.6.1 p2 update).
The text was updated successfully, but these errors were encountered:
Thanks for the pointer here, makes sense to grab the latest from the CDT update sites here. Fixed with 4c67594, now waiting for the CI build to produce snapshot distribution builds for it.
Expected Behavior
/bin/bash /bin/zsh work in Terminal when the OS provider has used OSC escape sequences to customize the shell prompt and other behaviour
CDT TM Terminal has fixed a long outstanding bug in shells (bash / zsh) when the customizations in
/etc/profile.d/*.sh
use OSC escape sequences ending in ESC-\ (backslash). Previously it only handled OSC escape sequences ending in BEL.eclipse-cdt/cdt#831 particularly eclipse-cdt/cdt#831 (comment)
Current Behavior
On Fedora / macos: using /bin/bash /bin/zsh as the shell command results in no UI (actually the shell is running but the terminal display is b0rked)
Context
No shell UI in Fedora when using /bin/bash or /bin/zsh (/bin/fish /bin/ksh work - presumably they are not using OSC sequences ending in ESC-\)
Affects 4.24.0 (this might have just missed the CDT 10.6.1 p2 update).
The text was updated successfully, but these errors were encountered: