netbsd-curses
netbsd-curses copied to clipboard
libcurses and dependencies taken from netbsd and brought into a portable shape (at least to musl or glibc)
investigating this issue here: https://github.com/martanne/dvtm/issues/42 and reading the manpage of our tic and ncurses [tic](https://linux.die.net/man/1/tic) (as well as studying the behaviour with strace) it turned out that there's a fundamental...
Being that the Curses library is so important, can you provide us with auth mechanisms to ensure the integrity of our downloads? Thank you for continuing development on netbsd-curses as...
the terminfo db is filled with a ton of junk; terminals that are unlikely to be ever encountered should be nuked from the list. rather than starting to remove junk,...
when compiling the urxvt terminfo entry (at the very bottom) of the terminfo file, tic spits out a number of warnings, resulting from usage of non-standard descriptor format. as a...
Hi, i've spent quite a bit of time trying to debug this issue and at this point i feel confident to say it might be a bug. If putwc is...
foot fails to build its own terminfo because tic does not support '-e'
example: * S: '/var/tmp/portage/media-libs/fontconfig-2.15.0-r1/work/fontconfig-2.15.0' ... done! Dependency resolution took [ebuild R ] media-libs/fontconfig-2.15.0-r1 [2.15.0-r1] Would you like to merge these packages? [Yes/No] Interrupted. only started happening when i compiled vis...
(I know, big question. But I'm planning on sending refactoring/removal of legacy cruft PR's) What operating systems/terminal emulators does the project _want_ to support.
Sleeping on reset/initialization only makes sense if you need to give time for a physical terminal to work. Since every terminal since the 90s has been emulated in some form....
I wonder if there's a function similar to `wgetscrreg` in `netbsd-curses`. Do note that `wsetscrreg` is already defined in `netbsd-curses`.