Re: [dev] [st] Patch to fix selection rendering

2011-11-01 Thread Aurélien Aptel
Thanks, applied.

Re: [dev] [st] Patch to fix selection rendering

2011-10-28 Thread Peter John Hartman
On Fri, Oct 28, 2011 at 06:31:16PM +0300, Tarmo Heiskanen wrote: > Latest st revision introduces dirtyness handling but it wasn't > implemented for selections. This patch here corrects that and > selections are rendered correctly again. BTW, dirtyness thing made st > fast enough to be usable as mai

[dev] [st] Patch to fix selection rendering

2011-10-28 Thread Tarmo Heiskanen
Latest st revision introduces dirtyness handling but it wasn't implemented for selections. This patch here corrects that and selections are rendered correctly again. BTW, dirtyness thing made st fast enough to be usable as main terminal, thanks for that. ;) diff -r fb96d95c5174 st.c --- a/st.c