From 31d9adcb625ce36109a08751a2f670ec7ac7f266 Mon Sep 17 00:00:00 2001 From: cubernetes Date: Fri, 11 Aug 2023 05:59:07 +0200 Subject: [PATCH] README terms --- README.md | 6 ++++++ start_game.sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..910d56d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# in XTERM +- vt100: mono blink +- xterm-mono: mono +- xterm-256color: white color +- screen: white color black blink +- linix: white color black blink diff --git a/start_game.sh b/start_game.sh index 5ce3c15..9cfec4b 100755 --- a/start_game.sh +++ b/start_game.sh @@ -5,7 +5,7 @@ TERM_FONT='SauceCodePro Nerd Font Mono' TERM_FONT_SIZE='10' -OUT_TERM='vt100' +OUT_TERM='screen' TERM_FULLSCREEN='-fullscreen' xterm \ -bg black \