From 7fbca3f9c0e2b23a942600911535de3caac7069e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 Feb 2005 04:49:52 +0000 Subject: [PATCH] Follow up on OPTION_SHOWME. --- sst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sst.c b/sst.c index 7f7bf89..c2e02f5 100644 --- a/sst.c +++ b/sst.c @@ -508,7 +508,7 @@ int main(int argc, char **argv) { int i, option; - game.options = OPTION_ALL &~ OPTION_IOMODES; + game.options = OPTION_ALL &~ (OPTION_IOMODES | OPTION_SHOWME); if (getenv("TERM")) game.options |= OPTION_CURSES | OPTION_SHOWME; else -- 2.31.1