Releases: directvt/vtm
Releases · directvt/vtm
v0.7.5
Changes
- Named region (aka
View
) titles are now editable using clipboard data #180 - Tooltips #212
- Terminal
- Navigation between previous/next highlighted fragments #211
- Scroll buffer search using clipboard data as search string (buttons
<
>
) - Page by page scrolling if no selection (buttons
<
>
) - Issue with arrow keys in WSL under cmd.exe
- Fix vtm-server logs
- Detect non-tty environment on client start
- Passing arguments via -DCMAKE_CXX_FLAGS when building #214
v0.7.4
v0.7.3
v0.7.2
Changes
- Terminal
- Now you can change selection by holding
Ctrl
(invisible grips)
- Now you can change selection by holding
Terminal.Dev.2022-04-23.04-15-49.mp4
v0.7.1
v0.7.0
Changes
Text Selection (terminal)
- Select text using
LeftDrag
- Double
LeftClick
to select a word- Select emails by clicking on
@
character - Select numbers, IP-addresses or any kind of numerical stuff by clicking on digits
- Select whitespace by clicking on
whitespace
character - Select a
word
by clicking on any letter
- Select emails by clicking on
- Triple
LeftClick
to select the entire paragraph - Switch to block (rectangular) selection by holding the
Alt
key - Append selection by holding the
Ctrl
key - Dismiss selection using
LeftClick
- Copy selection using
RightClick
(+Ctrl
to keep selection visible after copy) - Paste copied data using
RightClick
- Render clipboard content around mouse cursor
- Clear local clipboard buffer using
Left+RightClick
anywhere - Modify selection by dragging markers
- Change the style of the selected lines with the UI toggles
=─ ─=─ ─=
Wrap
- Copy mode toggle button (three states; takes precedence over mouse tracking mode):
- No selection available
# Selection #
- Select text only (plain text, default)
+ Plaintext +
- Select text with all attributes (ANSI-escaping: colors, alignment, etc)
! ANSI-text !
- No selection available
- Status info bottom left
- Block selection:
h_size : v_size
- Linear selection:
n rows ~m cells
- Block selection:
- Scrolling region
DECSTBM
aware
Other Changes and Fixes
v0.6.0
v0.5.9999j
v0.5.9999i
Changes
- Term:
- Support Tab stops, #151
- Support Reverse Display Colors mode (CSI ? 5 h/l
DECSCNM
), #152 - Support for the blink attribute (SGR 5/6/25), #154
- Fix: Save and restore cursor position along with rendition state (ESC 7/8), #156
- Fix: Support for insanely large lines
- Crashes less frequently in vttest (can't repro now, #150)