Skip to content

v0.7.0

Compare
Choose a tag to compare
@o-sdn-o o-sdn-o released this 21 Apr 20:28
· 3725 commits to master since this release
fab7192

GitHub all current

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
  • 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 !
  • Status info bottom left
    • Block selection: h_size : v_size
    • Linear selection: n rows ~m cells
  • Scrolling region DECSTBM aware

Other Changes and Fixes

  • Set default terminal colors using VT-sequence #191

  • Change selection mode using VT-sequence #149

  • Forward clipboard data (nested OSC 52) #186

  • Close #188

  • Close #186

  • Close #173

  • Close #149