X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=net-irc%2Fxchat%2Ffiles%2Fxchat-2.8.6-nickcompletion_without_space.diff;fp=net-irc%2Fxchat%2Ffiles%2Fxchat-2.8.6-nickcompletion_without_space.diff;h=d050ac55f08993e1e89412e0f4eaa0971404a946;hb=510d1349eaf5638193f1e85adb91c38621f801ab;hp=0000000000000000000000000000000000000000;hpb=35027b3af8ebf8d155ce18f639588f13df15d397;p=overlay.git diff --git a/net-irc/xchat/files/xchat-2.8.6-nickcompletion_without_space.diff b/net-irc/xchat/files/xchat-2.8.6-nickcompletion_without_space.diff new file mode 100644 index 0000000..d050ac5 --- /dev/null +++ b/net-irc/xchat/files/xchat-2.8.6-nickcompletion_without_space.diff @@ -0,0 +1,10 @@ +--- xchat-2.8.6-orig/src/fe-gtk/fkeys.c 2010-07-01 10:41:26.000000000 +0200 ++++ xchat-2.8.6/src/fe-gtk/fkeys.c 2010-07-01 10:54:22.000000000 +0200 +@@ -1661,7 +1661,6 @@ + strncat (buf, result, COMP_BUF - (prefix_len + 3)); /* make sure nicksuffix and space fits */ + if(!prefix_len && is_nick) + strcat (buf, &prefs.nick_suffix[0]); +- strcat (buf, " "); + cursor_pos = strlen (buf); + if (postfix) + strncat (buf, postfix, COMP_BUF - cursor_pos - 2);