Guts of a multi-line text-editing widget
This C header file implements the guts of a multi-line text-editing widget; you implement display, word-wrapping, and low-level string insertion/deletion, and stb_textedit will map user inputs into insertions & deletions, plus updates to the cursor position, selection state, and undo state. It is intended for use in games and other systems that need to build their own custom widgets and which do not have heavy text-editing requirements (this library is not recommended for use for editing large texts, as its performance does not scale and it has limited undo). Non-trivial behaviors are modelled after Windows text controls.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.14-0.8.20211022gitaf1a5bc.fc36 | - |
Fedora 35 | 1.14-0.4.20210908gitc0c9826.fc35 | - |
EPEL 9 | 1.14-0.9.20211022gitaf1a5bc.el9 | - |
EPEL 8 | 1.14-0.7.20211022gitaf1a5bc.el8 | - |
EPEL 7 | 1.14-0.7.20211022gitaf1a5bc.el7 | - |
You can contact the maintainers of this package via email at
stb dash maintainers at fedoraproject dot org
.