<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110214#c86">Comment # 86</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - radeonsi: xterm scrollback buffer disappears while Shift+PgUp and Shift+PgDn"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110214">bug 110214</a>
from <span class="vcard"><a class="email" href="mailto:diego.viola@gmail.com" title="Diego Viola <diego.viola@gmail.com>"> <span class="fn">Diego Viola</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>