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 \