INFO
Name: stb_textedit-devel
Version: 1.14^20260313git904aa67-2.el9
Arch: ppc64le
Summary: Guts of a text editor for games etc., implementing them from scratch
License: MIT OR Unlicense
Vendor: Fedora Project
Build Host: buildvm-ppc64le-19.rdu3.fedoraproject.org
Build Date: Thu Apr 9 12:13:58 2026
Size: 56544
URL: https://github.com/nothings/stb
Description: 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 modeled after Windows text controls.
FILES
/usr/include/stb
/usr/include/stb/stb_textedit.h
/usr/include/stb_textedit.h
/usr/share/licenses/stb_textedit-devel
/usr/share/licenses/stb_textedit-devel/LICENSE
REQUIRES
rpmlib(CaretInVersions) 4.15.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
PROVIDES
stb_textedit-devel 1.14^20260313git904aa67-2.el9
stb_textedit-devel(ppc-64) 1.14^20260313git904aa67-2.el9
stb_textedit-static 1.14^20260313git904aa67-2.el9
CONFIG FILES
/usr/include/stb
/usr/include/stb/stb_textedit.h
/usr/include/stb_textedit.h
/usr/share/licenses/stb_textedit-devel
/usr/share/licenses/stb_textedit-devel/LICENSE l
LICENSE FILES
MIT OR Unlicense
|