Return to Release Notes

PortaLinux Terminal Library - Release Archive


The PortaLinux Terminal Library is a library for making terminal user interfaces (TUIs) in the C programming language. This terminal library strives to implement the same featureset of GNU Ncurses while having much lower complexity and being much smaller. Instead of utilizing a terminfo/termcap library implementation, it just assumes the currently utilized terminal supports the CGA/EGA/VGA superset of ANSI escape codes, which while it makes it less flexible, it makes it really small, and it still implements a very common superset of escape codes.

Here are the releases of this project repo:

v0.01: Initial release

Released on 2022/12/16 by CinnamonWolfy


First release. Here are the features:

v0.02: Fixed some bugs, Implemented plterm-ui API

Released on 2023/5/7 by CinnamonWolfy


Second release. Here are the changes:

v0.03: Fully ported to pl-rt. Reimplemented plterm-ui

Released on 2023/9/23 by CinnamonWolfy


Third release. Here are the changes:

v0.04: Menu Routines

Released on 2023/10/4 by CinnamonWolfy


Fourth release. Here are the changes:

v0.05: Text Editing Routines

Released on 2024/6/21 by CinnamonWolfy


Fifth release. Here are the changes:

v0.05.1: Minor bug fix Routines

Released on 2024/9/2 by CinnamonWolfy


Sixth release. Here are the changes:

v0.05.2: Post-1.02.3 pl-rt compatibility fix

Released on 2024/9/5 by CinnamonWolfy


Seventh release. Here are the changes:

v0.06: Removed Text Editing Routines, Added Buttons to plterm-ui

Released on 2025/6/13 by CinnamonWolfy


Eighth release. Here are the changes: