1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 15:04:36 +03:00
wezterm/term/src
Wez Furlong 6d9957e6e3 term, gui: allow tracking multiple buttons
We were previously only remembering the most recently pressed
button, but that's a lossy thing to do.

This commit remembers the button presses so that we can correctly
report all press/release events.

refs: #973
2021-08-07 18:37:38 -07:00
..
terminalstate term, gui: allow tracking multiple buttons 2021-08-07 18:37:38 -07:00
test take another crack at fixing up line wrapping attributes 2021-07-25 09:47:29 -07:00
color.rs RgbColor: hide internal red, green, blue fields 2021-07-10 14:22:31 -07:00
config.rs default disable kitty graphics until support is improved 2021-07-31 10:23:44 -07:00
input.rs cargo fmt 2020-11-20 09:06:21 -08:00
lib.rs wezterm: add ScrollToPrompt key assignment 2020-11-08 09:58:02 -08:00
screen.rs take another crack at fixing up line wrapping attributes 2021-07-25 09:47:29 -07:00
selection.rs term: make serde optional 2020-06-13 10:04:20 -07:00
terminal.rs refactor: split terminalstate into modules 2021-08-01 20:51:36 -07:00