]> granicus.if.org Git - nethack/commit
missing scrollbar in X11_display_file [from Steve VanDevender]
authorcohrs <cohrs>
Sun, 3 Oct 2004 21:59:18 +0000 (21:59 +0000)
committercohrs <cohrs>
Sun, 3 Oct 2004 21:59:18 +0000 (21:59 +0000)
commit4c9d16195370ca329140be7e9e3ab89e06f4abcf
tree75ce5a9828fefbc925287506ff461b6431165ef5
parentc2d510a3f23015ee1dd154c30a7a4b3676b8c00d
missing scrollbar in X11_display_file [from Steve VanDevender]
It appears that the Athena text widget in recent XFree86 distributions
does not properly honor the XawtextScrollWhenNeeded flag, so the text
widget created by X11_display_file() does not have a vertical scroll bar
when the text does not entirely fit in the window.  I have seen this bug
in XFree86 versions from 4.0.2 through 4.3.0.  Using XawtextScrollAlways
for the vertical scrollbar ensures it will always appear.
doc/fixes34.4
win/X11/winX.c