linux - How to eliminate xterm flickering on a slow machine? -
when scrolling back, xterm window flickers while updating contents. same occurs if program produces output continuously written terminal.
i searched man pages , google, found nothing dobule-buffering in xterm. there way enable such feature? how prevent text flickering?
(i sure of don't have problem, work on old integrated video card , every lightweight program works rather fine, except xterm, annoys me bit...)
it possible compile xterm
source, --enable-double-buffer
option passed ./configure
script. simple make && make install
(but, @hek2mgl noticed, feature enabled default in systems)
Comments
Post a Comment