Bug ID 1183668
Summary dialog -fselect does not size window properly
Classification openSUSE
Product openSUSE Distribution
Version Leap 15.2
Hardware x86-64
OS openSUSE Leap 15.2
Status NEW
Severity Normal
Priority P5 - None
Component Other
Assignee screening-team-bugs@suse.de
Reporter millermj4@gmail.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

$ stty size
24 80
$ dialog --fselect $HOME 24 80
results in the error message "Can't make new window at (-5,0), size (33,78)."


The following works at all * x 80 screen sizes
read r c <<< $(stty size); dialog --fselect $HOME $((r-11)) $c

The following fails at all * x 80 screen sizes
read r c <<< $(stty size); dialog --fselect $HOME $((r-10)) $c 

This may be the following bug (reported as fixed on debian)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=915949


You are receiving this mail because: