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.
This commit is contained in:
parent
ccec12d0f8
commit
1177fa2ec0
1 changed files with 1 additions and 2 deletions
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
3
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -17,8 +17,7 @@ Please attach the files that were created in `/tmp/zellij-1000/zellij-log/` to t
|
||||||
**Basic information**
|
**Basic information**
|
||||||
|
|
||||||
`zellij --version`:
|
`zellij --version`:
|
||||||
`tput lines`:
|
`stty size`:
|
||||||
`tput cols`:
|
|
||||||
`uname -av` or `ver`(Windows):
|
`uname -av` or `ver`(Windows):
|
||||||
|
|
||||||
List of programs you interact with as, `PROGRAM --version`: output cropped meaningful, for example:
|
List of programs you interact with as, `PROGRAM --version`: output cropped meaningful, for example:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue