b23r0 / alacritty-driver

alacritty-driver is an alacritty based driver. You can interact with alacritty in your program through TCP-based localsocket.

Home Page:https://alacritty.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alacritty-driver

About

alacritty-driver is an alacritty based driver. You can interact with alacritty in your program through TCP-based localsockets.

About alacritty : https://github.com/alacritty/alacritty

Run Driver

.\alacritty_driver.exe --local-socket-port [port]

Set Window Size

alacritty-driver will send packets in the following format to notify windows size changes

+-----------------+---------------------+---------------------+
| FLAG(0x37,0x37) |         ROWS        |         COLS        |
+-----------------+---------------------+---------------------+
|      u16        |        be_u16       |        be_u16       |
+-----------------+---------------------+---------------------+

License

alacritty-driver license inherited from alacritty

https://github.com/alacritty/alacritty/blob/master/LICENSE-APACHE

About

alacritty-driver is an alacritty based driver. You can interact with alacritty in your program through TCP-based localsocket.

https://alacritty.org

License:Apache License 2.0


Languages

Language:Rust 96.8%Language:Shell 1.5%Language:GLSL 1.1%Language:Roff 0.4%Language:Makefile 0.3%