Hi Pavel,
On Fri, 15 Nov 2002, Pavel Roskin wrote:
> I have noticed that rxvt 2.7.9, as well as the current CVS version have
> a problem with scrolling.
I noticed the same problem long ago but I didn't track it down to rxvt.
> run "make menuconfig"
I noticed that if I scroll very slowly nothing bad will happen?
> I could identify the difference in termcap that breaks rxvt.
> smcup=\E7\E[?47h
ESC 7 Save Cursor (DECSC)
CSI ? 4 7 h Use Alternate Screen Buffer
> smcup=\E[?1048h\E[?1047h
CSI ? 1 0 4 8 h Save cursor as in DECSC
CSI ? 1 0 4 7 h Use Alternate Screen Buffer
Looks like it _should_ do the same though. So a fix is needed in my
opinion.
cu.
:
Christian