1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00
dequis f39723f651 Fix FS#905, mangled text when pasted line length exceeds 400
http://bugs.irssi.org/index.php?do=details&task_id=905

Not using the patch from that ticket, the issue turned out to be that
(dest - last_lf_pos) returned number of unichr, not bytes, so that's 4
times less than what the size parameter of memmove() should be.
2015-09-21 17:53:46 -03:00
..
2008-04-21 14:00:02 +00:00
2009-03-01 00:22:29 +00:00
2015-09-20 21:28:14 +02:00
2008-05-27 18:19:34 +00:00
2014-06-27 09:06:21 -04:00
2015-09-20 21:45:33 +02:00
2014-06-30 02:41:34 +02:00