1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 06:42:12 +03:00
wezterm/term/src
Wez Furlong 901dc9c395 re-structure clipboard handling for mux
The wayland changes rendered clipboard handling for remote multiplexers
broken, and this commit makes it work again.

It removes the clipboard concept from the the TerminalHost and
keeps it separated as the term::Clipboard concept.

The muxer now has plumbing for passing the Clipboard to its idea
of Windows and Tabs and this is hooked up at window creation and
domain attach time.
2019-12-01 13:31:12 -08:00
..
test re-structure clipboard handling for mux 2019-12-01 13:31:12 -08:00
color.rs clippy 2019-02-24 12:01:08 -08:00
config.rs Allow reloading hyperlink rules from the config at runtime 2019-11-24 13:12:54 -08:00
input.rs allow collapsing mouse events in the mux protocol 2019-06-16 21:04:53 -07:00
lib.rs term: extract configuration to a trait 2019-11-24 12:43:41 -08:00
screen.rs term: extract configuration to a trait 2019-11-24 12:43:41 -08:00
selection.rs clippy 2019-10-26 13:22:16 -07:00
terminal.rs re-structure clipboard handling for mux 2019-12-01 13:31:12 -08:00
terminalstate.rs re-structure clipboard handling for mux 2019-12-01 13:31:12 -08:00