From 1177fa2ec0209d187e93522524c20af330cb3a4b Mon Sep 17 00:00:00 2001 From: raphTec Date: Fri, 1 Jul 2022 12:23:12 +0200 Subject: [PATCH] Use 'stty size' in issue template instead of tput tput just revealed that it sometimes reports values read from the terminal database instead of the real tty size which is misleading (in the case where the terminal reports a zero size). Also stty is in the coreutil instead of tput from ncurses and might be available better. Finally, it's just one command instead of two and less to type. --- .github/ISSUE_TEMPLATE/bug_report.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9e45c461..5fc0d885 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,8 +17,7 @@ Please attach the files that were created in `/tmp/zellij-1000/zellij-log/` to t **Basic information** `zellij --version`: -`tput lines`: -`tput cols`: +`stty size`: `uname -av` or `ver`(Windows): List of programs you interact with as, `PROGRAM --version`: output cropped meaningful, for example: