Results 1026 comments of Randy Lai
trafficstars

Did you set the `unix_term` to "xterm-256color"? https://github.com/randy3k/Terminus/blob/master/Terminus.sublime-settings#L74

I use this to change port number .bashrc file on server ``` if ([[ -n "$SSH_CLIENT" ]] || [[ -n "$SSH_TTY" ]]); then export RMATE_PORT=52658 fi ``` .ssh/config in local...

@eugenesvk, thanks for the detail investigation. So the workaround is to update https://github.com/packagecontrol/pywinpty?

I don't exactly sure if I understand what issue you have encountered. Could you elaborate?

In that case, you may want to consider looking at this section https://github.com/randy3k/Terminus#terminus-build-system

You could use the target ``` "target": "terminus_exec", "cancel": "terminus_cancel_build", ``` instead. The cancel command is also recommended

Seems fair, I have just pushed a new commit afb5a7c which allows reusing the tagged view. Something along this line. ``` { "target": "terminus_open", "tag": "python build", "auto_close": false, "post_window_hooks":...

Unfortunately, I don't think it's possible given the current sublime text API.

Unfortunately, I don't have much experience with clink to provide any suggestions. It would be great if someone could provide some help.