package notty
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=1a5219e5ed56964a6695741f9bd33c54fa6d58c0563d977570e7fe2c8e3c352c
md5=a9805a234ac56a414aa12849ed5907d6
CHANGES.md.html
v0.2.0 (2017-10-31)
All-around speed and memory improvements.
Draw over lines cell-by-cell instead of using erase-and-skip. Slower, but flicker-free drawing.
Term.create
: optionally inhibit synthetic TTY signals.Cursor origin moved from
(1, 1)
to(0, 0)
. breaking#key
renamed to#special
. breakingAdded
Term.fds
to get connected file descriptors.Added
A.equal
andI.equal
.Switched over to
Uchar.t
. breakingSeparated ASCII from the rest of Unicode input. breaking
Added image pretty-printer
I.pp
.Added
notty.top
for use in the toplevel.Removed
I.tile
. breakingAdded
I.tabulate
, generalizingI.tile
.Added support for 24-bit color.
Added
Notty_*.show_cursor
andNotty_*.move_cursor
for manual cursor positioning in inline mode.Removed
output_image_endline
. Can be replaced byeol
. breakingNotty_*.output_image
lost the~clear
parameter. Can be replaced in various ways by cursor positioning.Notty_unix.output_image ~chan
renamed to~fd
. breakingAdded support for bracketed paste.
More example programs.
v0.1.1 (2016-02-09)
Term.input
->Term.event
Option to redraw the line
v0.1.0 (2016-02-09)
Initial release