1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/termwiz/src
Wez Furlong 7c7825c070 term: extract configuration to a trait
This isn't complete but begins the process of extracting
the embedding application configuration into a trait provided
by the application rather than passing the values in at
construction.

This allows the application to change configuration at
runtime.

The first option to handle this is the scrollback size.
2019-11-24 12:43:41 -08:00
..
caps remove some extern crates 2019-05-26 08:27:43 -07:00
escape add wezterm imgcat subcommand to output images to the terminal 2019-11-09 15:50:59 -08:00
lineedit fix rendering of the cursor position in the line editor 2019-11-16 13:58:01 -08:00
render some plumbing to use Surface+Change for the mux protocol 2019-06-16 21:04:53 -07:00
surface term: extract configuration to a trait 2019-11-24 12:43:41 -08:00
terminal switch to using the poll stuff from filedescriptor 0.3 2019-06-19 00:01:35 -07:00
widgets cargo fix dyn 2019-09-28 20:29:48 -07:00
cell.rs allow configuring the tab bar 2019-11-21 00:04:49 -08:00
cellcluster.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
color.rs parse OSC 4 2019-06-01 15:39:46 -07:00
hyperlink.rs remove some extern crates 2019-05-26 08:27:43 -07:00
image.rs render iterm2 image protocol in the software renderer 2019-10-26 23:30:39 -07:00
input.rs Adopt CSI u modifier encoding for keypresses 2019-11-16 13:38:03 -08:00
istty.rs remove some extern crates 2019-05-26 08:27:43 -07:00
keymap.rs clippy 2019-02-24 12:01:08 -08:00
lib.rs termwiz: prep for publishing on crates.io 2019-05-27 19:53:52 -07:00
readbuf.rs restructure termwiz tree prior to merging into wezterm repo 2018-08-05 07:55:30 -07:00