文件名称:toyterm:玩具终端模拟器
文件大小:6.05MB
文件格式:ZIP
更新时间:2024-04-06 11:17:13
sdl2 tty terminal-emulator Rust
玩具术语 toyterm是一个玩具终端模拟器。 演示版 特征 在Linux上它使用一些特定于Linux的系统调用 用Rust写 SDL2(渲染) 部分支持VT100的控制序列 24位色彩支持 用法 1.注册terminfo 运行以下命令 $ tic -o ${HOME} /.terminfo/ src/toyterm.info 要卸载时,只需删除${HOME}/.terminfo/t/toyterm-256color 。 2.编辑settings.toml [ font ] regular = " monospace " # font-family to use as the regular font bold = " monospace " # font-family to use as bold font size = 24 # glyph height (in pixel)
【文件预览】:
toyterm-master
----sixel()
--------Cargo.toml(288B)
--------Cargo.lock(137B)
--------src()
--------.gitignore(26B)
----Cargo.toml(588B)
----Cargo.lock(13KB)
----src()
--------main.rs(8KB)
--------input.rs(5KB)
--------toyterm.info(870B)
--------terminal()
--------basics.rs(3KB)
----demo()
--------demo2.gif(6.39MB)
--------demo1.png(156KB)
----README.md(891B)
----settings.toml(683B)
----tests()
--------clear.sh(963B)
--------line_break.sh(855B)
----.gitignore(26B)