diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
| commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
| tree | ad3f495c08f0cc331b6958d319f699d021175c19 /games/bsdgames/files/patch-hack::hack.termcap.c | |
| parent | 0d9507efb9d902ba8e7fafa90edd7893d2f8db19 (diff) | |
Diffstat (limited to 'games/bsdgames/files/patch-hack::hack.termcap.c')
| -rw-r--r-- | games/bsdgames/files/patch-hack::hack.termcap.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/bsdgames/files/patch-hack::hack.termcap.c b/games/bsdgames/files/patch-hack::hack.termcap.c deleted file mode 100644 index de8fd532021c..000000000000 --- a/games/bsdgames/files/patch-hack::hack.termcap.c +++ /dev/null @@ -1,13 +0,0 @@ ---- hack/hack.termcap.c.orig Sat Mar 6 22:18:53 2004 -+++ hack/hack.termcap.c Thu Mar 11 18:42:47 2004 -@@ -35,7 +35,8 @@ - flags.nonull = 1; - if(pc = tgetstr("pc", &tbufptr)) - PC = *pc; -- if(!(BC = tgetstr("bc", &tbufptr))) { -+ if(!(BC = tgetstr("bc", &tbufptr)) -+ &&!(BC = tgetstr("le", &tbufptr))) { - if(!tgetflag("bs")) - error("Terminal must backspace."); - BC = tbufptr; - |
