hvesalai / emacs-sbt-mode

An emacs mode for interacting with scala sbt and projects
GNU General Public License v3.0
126 stars 38 forks source link

Disable supershell #154

Closed rossabaker closed 4 years ago

rossabaker commented 4 years ago

The sbt supershell, introduced in sbt-1.3, doesn't play well with comint-mode. Disabling it removes the unwanted control sequences and restores tab completion.

claassistantio commented 4 years ago

CLA assistant check
All committers have signed the CLA.

hvesalai commented 4 years ago

I've also made a commit to sbt to disable it automatically from their side when dump terminal is detected. It will only disable the supershell, not all colors. We can merge this now.