f9fa1eecc8
- base on nethack 3.2.2, bump to 3.3.0 will have to wait (probably better to port slash'em instead), - use hackdata to avoid conflicts with nethack, - proper packaging, - x11/no x11 flavor, - install recover, - change manpages to differentiate from nethack, - grab enough TERMINFO to handle color correctly (from nethack 3.3.0)
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
s/\bNETHACK\b/SLASH/g;
|
|
s/\bNet[hH]ack\b(?!\s+v3.1)/Slash/g;
|
|
s/\bnethack\b/slash/g;
|
|
s/\bnethackdir\b/slashdir/g;
|
|
s|/usr/games|/usr/local|g;
|
|
s/\brecover\b/srecover/g;
|