From 0a76474092eb9229ea6cd63b723a5dd2a10b363f Mon Sep 17 00:00:00 2001 From: Hans-Nikolai Viessmann Date: Wed, 11 Oct 2023 11:37:18 +0200 Subject: [PATCH] add tmux/screen term suggestion --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a45bab7..d3c3594 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ __NOTE__: Users can still override global configuration options by changing conf SlurmCommander is developed for 256 color terminals (black background) and requires at least 185x43 (columns x rows) to work. -* If you experience _funky_ colors on startup, try setting your `TERM` environment variable to something like `xterm-256color`. +* If you experience _funky_ colors on startup, try setting your `TERM` environment variable to something like `xterm-256color`. If you are using TMUX or Screen try setting `TERM` to `screen-256color` instead. * If you get a message like this: `FATAL: Window too small to run without breaking view. Have 80x24. Need at least 185x43.`, check your terminal resolution with `stty -a` and try resizing the window or reduce the font.