diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-08-19 02:37:51 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-08-19 02:37:51 +0000 |
commit | 5a932ad838a7a637f47c5ec4b0f6e28e6ac6d619 (patch) | |
tree | 7cb5ba453d1105601187bbc3b0317128c3dd41f6 /games/hack/hack.termcap.c | |
parent | 6a212b11c31173de8d8f4897af632780c59f5c8d (diff) |
bc is now le, don't ask me why
Diffstat (limited to 'games/hack/hack.termcap.c')
-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; |