1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00
irssi/src
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
..
core Merge remote-tracking branch 'origin' into sasl 2015-09-19 23:58:16 +02:00
fe-common Merge pull request #278 from LemonBoy/sasl 2015-09-20 19:19:49 -03:00
fe-none s/INCLUDES/AM_CPPFLAGS/g 2014-06-27 09:06:21 -04:00
fe-text Fix FS#905, mangled text when pasted line length exceeds 400 2015-09-21 17:53:46 -03:00
irc Merge pull request #267 from kyak/master 2015-09-21 18:47:09 +02:00
lib-config Change g_hash_table_contains() for compatibility with glib < 2.32 2015-04-20 08:01:01 +02:00
perl Merge branch 'master' into irssiproxy 2015-06-14 10:42:41 -03:00
common.h Remove Garbage Collection support. 2015-09-20 21:28:14 +02:00
Makefile.am Remove popt and use glib GOption commandline option parser 2008-02-03 16:48:02 +00:00