package notty-community
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Declaring terminals
Install
dune-project
Dependency
Authors
Maintainers
Sources
notty-community-0.2.4.tar.gz
md5=b8cb51edb37d28d9d53e98ac52848677
sha512=8922a190a412790285603ba7ab37f9f58202d9406ebc9e6d3329189eac7fda5c25316264c27b6f7decb8f25f0d78801873b9f16c40e90f020e2c06ab9d058686
doc/CHANGES.html
v0.2.4 (2025-10-09)
- Rename the library from
nottytonotty-community. The module names are unchanged (Kate Deplaix) - Add support for OCaml 5.4 (Florian Angeletti)
- Moved to Dune 3.0. (Antonin Décimo)
- Update to Unicode 17. (Antonin Décimo, Kate Deplaix)
- Introduce the
benchdune profile to build the benchmark (Kate Deplaix) - Introduce the
regeneratedune profile to update theNotty_uucp_datamodule (Kate Deplaix)
v0.2.3 (2022-09-02)
- Moved to Dune.
- Renders faster, uses less memory.
- Nested uses of
I.pp_attrwithinI.strfnow stack, instead of replacing. - Removed dependency on Uucp. Uses internal data instead (Unicode 13).
- Support OCaml 4.08 - 4.14. Thanks to @kit-ty-kate for the 4.14 fixes.
v0.2.2 (2019-02-19)
- Fix a long-standing terminal cleanup bug. Reported by @ttamttam, fix by @cfcs.
v0.2.1 (2017-11-06)
- OCaml 4.06 compatible.
- Cache the internal representation of Unicode strings.
- Remove
I.ichar. breaking
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 #keyrenamed to#special. breaking- Added
Term.fdsto get connected file descriptors. - Added
A.equalandI.equal. - Switched over to
Uchar.t. breaking - Separated ASCII from the rest of Unicode input. breaking
- Added image pretty-printer
I.pp. - Added
notty.topfor use in the toplevel. - Removed
I.tile. breaking - Added
I.tabulate, generalizingI.tile. - Added support for 24-bit color.
- Added
Notty_*.show_cursorandNotty_*.move_cursorfor manual cursor positioning in inline mode. - Removed
output_image_endline. Can be replaced byeol. breaking Notty_*.output_imagelost the~clearparameter. Can be replaced in various ways by cursor positioning.Notty_unix.output_image ~chanrenamed to~fd. breaking- Added 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
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page