randy3k / Terminus

Bring a real terminal to Sublime Text
https://packagecontrol.io/packages/Terminus
MIT License
1.37k stars 83 forks source link

Powershell doesn't work properly with ctrl+c #403

Open naxim92 opened 9 months ago

naxim92 commented 9 months ago
PS C:\> ^C                                                                                                                                                                                         
♥ : The term '♥' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try a 
gain.                                                                                                                                                                                                        
At line:1 char:1                                                                                                                                                                                             
+ ♥                                                                                                                                                                                                          
+ ~                                                                                                                                                                                                          
    + CategoryInfo          : ObjectNotFound: (♥:String) [], CommandNotFoundException                                                                                                                        
    + FullyQualifiedErrorId : CommandNotFoundException  

With debug: true

DEBUG:Terminus:sent: 
DEBUG:Terminus:receieved: [?25l
PS C:\> ^C[?25h