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
(New) A new -config command line flag is added to use a custom config file path (by @SPFabGerman).
(New) Current working directory is now exported as PWD environment variable (by @SeerLite). Subshells in symlink directories should now start in their own paths properly.
(New) Initial working directory is now exported as OLDPWD environment variable.
(New) A new shellflag option is added to customize the shell flag used for passing commands (i.e. default -c for unix and /c for windows).
(New) Command cmd-enter during find and find-back now jumps to the first match (by @gotroyb127).
(New) A new waitmsg option is added to customize the prompt message after shell-wait commands (i.e. default Press any key to continue) (by @gotroyb127).
(Fix) A regression bug is fixed to print a newline in the prompt message properly after shell-wait commands (by @gotroyb127).
(Fix) A regression bug is fixed to avoid CPU stuck at 100% when the terminal is closed unexpectedly.
(Fix) A regression bug is fixed to make shell commands use the alternate screen properly and keep the terminal history after quit.
(Fix) Enter keypad terminfo sequence is now sent on startup so delete key should be recognized properly in st terminal.