1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 03:11:31 +03:00
wezterm/termwiz/src
Wez Furlong d7c04b154d termwiz: shift Boxing of DCS around
Previously, we'd require boxing the entire DCS representation
in the escape sequence parser.  This was due to some clippy
advice that made sense at the time, but now that I'm looking
at more things using DCS it seems wasteful to Box each byte of
the dcs sequence.  This commit shifts the box to the heavier
weight portion: the DCS hook/entry representation.
2020-06-09 22:01:26 -07:00
..
caps termwiz: recognize wezterm as supporting iterm2 images 2020-06-05 23:08:17 -07:00
escape termwiz: shift Boxing of DCS around 2020-06-09 22:01:26 -07:00
lineedit termwiz: line editor: fix a couple of bugs 2020-04-10 21:10:42 -07:00
render wezterm: enable scrollback in the error window 2020-06-03 08:45:03 -07:00
surface termwiz: line editor: add ChangeSequence helper 2020-04-10 20:42:02 -07:00
terminal termwiz: windows: toggle autonewline when toggling cooked/raw 2020-04-08 08:57:26 -07:00
widgets termwiz: fix a widget layout and optimization issue 2020-05-18 07:40:09 -07:00
cell.rs cargo fmt 2020-05-02 17:39:45 -07:00
cellcluster.rs update termwiz to 2018 edition 2019-02-18 23:26:41 -08:00
color.rs termwiz: fix panic in RgbColor::from_rgb_str w/ empty string 2020-05-29 07:15:45 -07:00
hyperlink.rs serde_derive -> serde with derive feature 2020-01-05 14:37:17 -08:00
image.rs serde_derive -> serde with derive feature 2020-01-05 14:37:17 -08:00
input.rs termwiz: fix categorization of F keys 2020-05-16 17:25:23 -07: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: do not depend on derive_builder 2020-02-11 07:45:50 -08:00
macros.rs termwiz: do not depend on derive_builder 2020-02-11 07:45:50 -08:00
readbuf.rs restructure termwiz tree prior to merging into wezterm repo 2018-08-05 07:55:30 -07:00
rgb.txt Remove dep on palette for resolving color names 2020-02-07 08:58:53 -08:00