Windows Terminal Preview 0.10 released

Microsoft released Windows Terminal Preview 0.10 version, let's look at what's new:

Mouse input

Now, Terminal supports mouse input in the WSL and Windows applications using Virtual Terminal (VT) input. This means that when you click on the project in the Terminal window, tmux and Midnight Commander and other applications will be able to identify. If the application is in mouse mode, the select button can shift, without transmitting input VT.

Settings Update

Repeat pane

You can now open a new pane that has a duplicate profiles focused pane. This is done by adding "splitMode" in key bindings "splitPane" command list: "duplicate" to complete. This key binding will copy the configuration file, but you can also add other options, such as "commandline", "index", "startingDirectory" and "tabTitle".

{"keys": ["ctrl+shift+d"], "command": {"action": "splitPane", "split": "auto", "splitMode": "duplicate"}}

Bug Fixes

  • When resize the window, the text will be improved behavior
  • When using the dark theme of the border is no longer white
  • If auto-hide the taskbar, and when the terminal is maximized, hover over the bottom of the screen, then the taskbar will show immediately
  • Azure Cloud Shell can now run PowerShell, mouse input to accept and follow the required Shell your choice
  • The touchpad and touch screen scrolling is now moving speed of normal

Announcement: https://devblogs.microsoft.com/commandline/windows-terminal-preview-v0-10-release/

Guess you like

Origin www.oschina.net/news/114192/windows-terminal-preview-v0-10-released