commit 87f20ea
shrub
·
2026-07-01 19:44:05 +0000 UTC
parent 4cd0864
readme
1 files changed,
+3,
-2
M
README
M
README
+3,
-2
1@@ -8,7 +8,8 @@ code that is useless in the modern day (it had it's own mini virtual memory syst
2 were different back then), swapped from termcap to terminfo, made it somewhat UTF-8 aware
3 , and added some basic ansi escape code support, so things like git diff work. i have also
4 fixed a lot of compilation errors, old code doesn't play nice with modern compilers. i have
5-also attempted to somewhat modernize the code style.
6+also attempted to somewhat modernize the code style. it compiles on linux musl; if you
7+have issues on other systems, let me know.
8
9 it uses ninja to build. you will also need some terminfo implementation, and a reasonably
10 modern somewhat posix POSIX system.
11@@ -16,7 +17,7 @@ modern somewhat posix POSIX system.
12 ninja
13 ninja install
14
15-the original readme is below:
16+the original readme is preserved below:
17 ----------------------------------------------------
18
19 $Header: READ_ME,v 6.2 88/04/29 11:43:35 ceriel Exp $