[Bug 110214] radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Apr 28 19:57:29 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=110214
--- Comment #86 from Diego Viola <diego.viola at gmail.com> ---
I found another workaround.
Edit xterm's util.c and change line 2161:
unsigned int h = (unsigned) (nlines * FontHeight(screen));
to:
unsigned int h = (unsigned) (1000);
i.e. increasing the h variable to a large enough number makes it work for some
reason.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20190428/de2e9661/attachment.html>
More information about the dri-devel
mailing list