diff options
-rw-r--r-- | games/hack/hack.termcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.termcap.c b/games/hack/hack.termcap.c index f1314a0e68e..122dafef083 100644 --- a/games/hack/hack.termcap.c +++ b/games/hack/hack.termcap.c @@ -43,7 +43,7 @@ startup() error("Unknown terminal type: %s.", term); if(pc = tgetstr("pc", &tbufptr)) PC = *pc; - if(!(BC = tgetstr("bc", &tbufptr))) { + if(!(BC = tgetstr("le", &tbufptr))) { if(!tgetflag("bs")) error("Terminal must backspace."); BC = tbufptr; |