nt='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/games/hack/hack.termcap.c
AgeCommit message (Collapse)Author
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
OK: core@, jdc@
2009-08-12sprinkle staticdholland
2009-06-07ANSIfy function declarations. All object file diffs inspected.dholland
2008-01-28Make hack build with WARNS=4.dholland
2007-01-17Update my previous commit to better match the original code, includingchuck
the check for 'bs'... my previous commit should have included the following text: fixes problem introduced in 1.13 where the setting of "BC" (backspace char) was left to libterm rather than being done by hack itself. the problem with this was that hack was directly setting BC to \b if there was no "bc" in the termcap entry, but libterm does not do this. this resulted in the xputs(BC) calls in nocmov() and backsp() incorrectly doing nothing, thus messing up the display. added new var BC_BS to provide the old behavior for nocmov() and backsp().
2007-01-17mrg's changes in 1.13 broke hack's display code.chuck
2006-05-11UC, PC and BC are provided my libtermcap, don't duplicate them.mrg
2003-04-02Hack is now BSD-licensed. Thanks to Andries Brouwer, Jay Fenlason andjsm
CWI <http://www.cwi.nl/~aeb/games/hack/hack.html>. Via OpenBSD. Addresses part of PR bin/5850.
2001-11-02Update to the new t_agetstr() API.christos