From 1c901cc93c298b65a17d856de12306918bb530ef Mon Sep 17 00:00:00 2001 From: trimstray Date: Wed, 25 Apr 2018 14:44:15 +0200 Subject: [PATCH] src/settings: updated _rows value - fix - signed-off-by: trimstray --- src/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings b/src/settings index 89db452..b96b5a8 100644 --- a/src/settings +++ b/src/settings @@ -35,5 +35,5 @@ trap "_get_trap_SIG EXIT" EXIT trap "_get_trap_SIG SIGS" SIGHUP SIGTERM SIGKILL SIGINT # Set properly terminal size if you use X-Session. -_rows=45 ; _cols=180 +_rows=44 ; _cols=180 if [ ! -z "${DISPLAY:-}" ]; then resize -s "$_rows" "$_cols" > /dev/null ; fi