Greg Resler

Results 7 comments of Greg Resler

I've had this issue since version 0.52.0 I think it was. I figured it was my laptop being on an old version of Windows 10 (1803), because I don't have...

What OS and version of Extraterm are you using? I use `pipenv shell` very frequently in WSL Ubuntu 18.04 with framing enabled, but I'm usually using fish as my shell....

I originally thought this issue was mostly benign, but I've recently seen a condition that will cause the last line of output to not get framed if it doesn't end...

On version 0.49.0, I'm seeing better results with command output and framing behavior. The clear/reset commands seem to work fine now, and framing works immediately after running either command. When...

Out of curiosity, do the native Command Prompt or PowerShell consoles do this when you run `cmd` or `powershell` from within an existing console window (not Extraterm)? For example, if...

Calling the script like that is running the script in a new fish session and exiting, meaning it's not in the current interactive shell. You need to source the file...

For reference: [Command prompt (Cmd. exe) command-line string limitation](https://support.microsoft.com/en-us/help/830473/command-prompt-cmd-exe-command-line-string-limitation#:~:text=More%20Information,command%20prompt%20is%202047%20characters.) (it doesn't list Windows 10, but it was still a problem) I just ran into this as well. As a workaround,...