Skip to content

Releases: directvt/vtm

v0.9.99.35

25 Oct 19:44
1da3177
Compare
Choose a tag to compare

GitHub all current

Changes

v0.9.99.34

24 Oct 17:49
55d30a6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix waiting for console attached processes to complete.
    Fixed issue: Far Manager launched from the command shell could be blocked when closing the built-in terminal with the X button.
  • Suppress terminal hardcoded hotkeys when alternate buffer is active.

v0.9.99.33

24 Oct 11:02
2ab3c63
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix interference with vtm desktop (Ctrl+PgUp/PgDn).

v0.9.99.32

24 Oct 10:31
a8bcccf
Compare
Choose a tag to compare

GitHub all current

Changes

  • Add the Ctrl modifier to hard-coded terminal hotkeys (to avoid interference with console apps).
Hotkey Action
Ctrl+Shift+PageUp Scroll one page up.
Ctrl+Shift+PageDown Scroll one page down.
Ctrl+Shift+ArrowUp Scroll one line up.
Ctrl+Shift+ArrowDown Scroll one line down.
Ctrl+Shift+Alt+ArrowLeft Scroll one page to the left.
Ctrl+Shift+Alt+ArrowRight Scroll one page to the right.
Ctrl+Shift+ArrowLeft Scroll one cell to the left.
Ctrl+Shift+ArrowRight Scroll one cell to the right.
Ctrl+Shift+Home Scroll to the scrollback top.
Ctrl+Shift+End Scroll to the scrollback bottom (reset viewport position).

v0.9.99.30

24 Oct 09:57
30b70e6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Add hardcoded hotkeys to scroll terminal viewport.
Hotkey Action
Shift+PageUp Scroll one page up.
Shift+PageDown Scroll one page down.
Shift+ArrowUp Scroll one line up.
Shift+ArrowDown Scroll one line down.
Shift+Ctrl+ArrowLeft Scroll one page to the left.
Shift+Ctrl+ArrowRight Scroll one page to the right.
Shift+ArrowLeft Scroll one cell to the left.
Shift+ArrowRight Scroll one cell to the right.
Shift+Home Scroll to the scrollback top.
Shift+End Scroll to the scrollback bottom (reset viewport position).

v0.9.99.29

23 Oct 17:53
e3ab71e
Compare
Choose a tag to compare

GitHub all current

Changes

  • Respect DECCKM mode when synthesizing alternate scrolling.
    Test. Use mouse wheel to scroll the following.
    bash:
    man man | less
    

v0.9.99.28

23 Oct 09:37
ecf205d
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix annoyingly broken mouse text selection in GUI mode.

It looked like this:

pwsh.2024-10-23.15-20-03.mp4

v0.9.99.27

21 Oct 14:05
0e220d9
Compare
Choose a tag to compare

GitHub all current

Changes

v0.9.99.26

20 Oct 17:42
9868cf6
Compare
Choose a tag to compare

GitHub all current

Changes

  • Slightly improve vt-parsing performance.
  • Implement OSC 4/10/11/12 color requests.
    command-line:
    printf "\e]4;1;?\a"

v0.9.99.25

19 Oct 00:32
6768e50
Compare
Choose a tag to compare

GitHub all current

Changes

  • Fix deadlock while syncing config access. Regression from c82911a.