xtmux icon indicating copy to clipboard operation
xtmux copied to clipboard

constant redrawing in copy mode is slow

Open dylex opened this issue 14 years ago • 0 comments

In copy mode, every time the selection is updated (e.g., by moving the mouse), it redraws the whole screen, which is flickery and slow. Either window-copy could be smarter about what to redraw, or screen-write could (at least with xtmux) not generate tty_write events when the contents don't actually change.

dylex avatar Oct 15 '11 14:10 dylex