index.md - sites - public wiki contents of suckless.org | |
git clone git://git.suckless.org/sites | |
Log | |
Files | |
Refs | |
--- | |
index.md (959B) | |
--- | |
1 openbsd | |
2 ======= | |
3 | |
4 Description | |
5 ----------- | |
6 OpenBSD primarily searches for terminfo descriptions in terminfo databas… | |
7 before considering terminfo files. Given the terminfo currently stored i… | |
8 global database is for st 0.1.1, this leads to conflicts and misbehaviou… | |
9 | |
10 This patch renames st to st-git forcing OpenBSD to use the provided term… | |
11 file. | |
12 | |
13 Notes | |
14 ----- | |
15 Once a new stable version of st is out, the corresponding changes to st.… | |
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 - <[email protected]> | |
29 * Laslo Hunhold - <[email protected]> (git port) |