Re: [dev] [dvtm][bug] Patch for insert-mode bug.
On Tue, Jun 04, 2013 at 12:12:51AM +0200, Mark Edgar wrote: > Hello. It took me quite a few hours to track this one down! Thanks, applied. -- Marc André Tanner >< http://www.brain-dump.org/ >< GPG key: CF7D56C0
[dev] [dvtm][bug] Patch for insert-mode bug.
Hello. It took me quite a few hours to track this one down! --- 4ab5ed5/vt.c +++ vt.c @@ -1151,7 +1151,7 @@ static void put_wc(Vt *t, wchar_t wc) Cell *src = b->curs_row->cells + b->curs_col; Cell *dest = src + width; size_t l