1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-28 07:55:03 +03:00
wezterm/termwiz/src
Wez Furlong 184befae09 adjust double-click selection class
previously this just used unicode word segmentation rules, but that
is insufficient for most technical users.

Change this to look for sequences that are non-whitespace and not
enclosed by bracket/quote delimiters.  This allows selecting file names
with a double click, which was my main issue.
2019-02-24 13:13:35 -08:00
..
caps clippy 2019-02-24 12:01:08 -08:00
escape clippy 2019-02-24 12:01:08 -08:00
render clippy 2019-02-24 12:01:08 -08:00
surface adjust double-click selection class 2019-02-24 13:13:35 -08:00
terminal clippy 2019-02-24 12:01:08 -08:00
widgets clippy 2019-02-24 12:01:08 -08:00
cell.rs clippy 2019-02-24 12:01:08 -08:00
cellcluster.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
color.rs clippy 2019-02-24 12:01:08 -08:00
hyperlink.rs clippy 2019-02-24 12:01:08 -08:00
image.rs add theoretical support for storing Images in the Surface 2018-08-08 07:07:31 -07:00
input.rs clippy 2019-02-24 12:01:08 -08:00
istty.rs fixup compilation on windows 2019-02-16 00:09:30 -08:00
keymap.rs clippy 2019-02-24 12:01:08 -08:00
lib.rs add some structs for holding image data 2018-08-06 21:54:17 -07:00
range.rs add implicit hyperlink creation to termwiz 2018-08-05 09:36:29 -07:00
readbuf.rs restructure termwiz tree prior to merging into wezterm repo 2018-08-05 07:55:30 -07:00