index.md (959B)
1 openbsd 2 ======= 3 4 Description 5 ----------- 6 OpenBSD primarily searches for terminfo descriptions in terminfo databases 7 before considering terminfo files. Given the terminfo currently stored in the 8 global database is for st 0.1.1, this leads to conflicts and misbehaviour. 9 10 This patch renames st to st-git forcing OpenBSD to use the provided terminfo 11 file. 12 13 Notes 14 ----- 15 Once a new stable version of st is out, the corresponding changes to st.info 16 can be pushed upstream to ncurses and then be merged back to OpenBSD, 17 effectively making this patch obsolete for future stable releases. More 18 information on this issue can be found in this 19 [thread](http://marc.info/?l=openbsd-misc&m=139540215025526&w=2). 20 21 Download 22 -------- 23 * [st-openbsd-20160727-308bfbf.diff](st-openbsd-20160727-308bfbf.diff) 24 * [st-openbsd-20210802-2ec571a.diff](st-openbsd-20210802-2ec571a.diff) 25 26 Authors 27 ------- 28 * Nils Reuße - <nilsreusse@gmail.com> 29 * Laslo Hunhold - <dev@frign.de> (git port)