5 releases
Uses old Rust 2015
0.2.3 | Aug 6, 2019 |
---|---|
0.2.2 | Jul 31, 2018 |
0.2.1 | Mar 24, 2018 |
0.2.0 | Aug 4, 2017 |
0.1.0 | Jul 14, 2017 |
#3 in #termbox
20KB
545 lines
This is a modified (simplified) version of termbox, with Rust bindings.
Main differences are:
-
All input and signal handling removed (including
SIGWINCH
). For now resizing should be done manually by settingbuffer_size_change_request
. -
Some input handling related files and functions are removed.
-
utf8-related functions are removed.
(Based on 7f7694)
-
Few other tweaks in various functions:
tb_shutdown
resetscursor_x
andcursor_y
so that in an application if you shutdown termbox and then initialize again you get correct cursor rendering.
1/7/2017:
- Support for terminal focus events implemented.
Dependencies
~225KB