mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 09:11:40 +03:00
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
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**
|
||||
|
||||
`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:
|
||||
|
Loading…
Reference in New Issue
Block a user