summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorraphTec <git@raphtec.net>2022-07-01 12:23:12 +0200
committerraphTec <git@raphtec.net>2022-07-01 12:23:12 +0200
commit1177fa2ec0209d187e93522524c20af330cb3a4b (patch)
treedcbae2d2ab274cbb515a94bd9f33b6381ad00b82 /.github
parentccec12d0f8e106d97141212346df48fa717bff28 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 9e45c461e..5fc0d8855 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: