Wez Furlong
38adc117f4
termwiz: use filedescriptor crate instead of RawFd bits
2019-05-31 22:52:40 -07:00
Wez Furlong
3c6552b975
cargo publish wants a.b.c rather than a.b for package.version
2019-05-27 20:09:33 -07:00
Wez Furlong
98bd82e212
bump some deps
2019-05-27 20:08:30 -07:00
Wez Furlong
91ea7cd576
add keywords
2019-05-27 19:57:44 -07:00
Wez Furlong
37f451843c
termwiz: prep for publishing on crates.io
2019-05-27 19:53:52 -07:00
Wez Furlong
3a3755fbe6
moved varbincode to its own repo
2019-05-27 19:44:55 -07:00
Wez Furlong
bba1d69c13
remove bincode dep
2019-05-26 09:30:34 -07:00
Wez Furlong
b83656b378
bump image crate dep
...
This avoids compiling two different versions of image
2019-05-26 08:13:24 -07:00
Mark Thomas
5d8860f3dd
add terminal wakers
...
Terminal wakers allow other threads to wake the main terminal processing thread.
2019-05-18 09:12:47 -07:00
Wez Furlong
1a883a40e9
use vte with larger OSC buffer support
...
I wanted to see how much work remains to enable iterm2 image
display; one of the blockers was a limit in the size of the
buffer in the vte crate, which has been removed in my fork
of vte.
As part of testing our ability to absorb that data, I found
a couple of issues with applying the image cells to the display,
so this commit also takes care of that.
We still don't have code to connect the cell image data to the
opengl render layer.
2019-03-22 20:41:50 -07:00
Wez Furlong
7cdd1876d1
Enable serializing various Line and Cell related structs
2019-03-22 20:41:50 -07:00
Wez Furlong
7e38628486
update termwiz to 2018 edition
2019-02-18 23:26:41 -08:00
Wez Furlong
5d27265b7c
add some structs for holding image data
2018-08-06 21:54:17 -07:00
Wez Furlong
2f8ffab213
parse and encode some iTerm specific escape sequences
2018-08-06 01:23:25 -07:00
Wez Furlong
e2461b2380
add concept of implicit hyperlink to termwiz
...
Moves that functionality from wezterm+term into termwiz
2018-08-05 09:13:55 -07:00
Wez Furlong
376da31ee4
restructure termwiz tree prior to merging into wezterm repo
2018-08-05 07:55:30 -07:00