mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 10:10:19 +00:00
Channel url and cursor fix
- Allow colons in channel urls - Only add the channel part in the context menu - Fix cursor not changing between separator and url
This commit is contained in:
@@ -2306,6 +2306,8 @@ mg_word_clicked (GtkWidget *xtext, char *word, GdkEventButton *even)
|
||||
menu_nickmenu (sess, even, word, FALSE);
|
||||
break;
|
||||
case WORD_CHANNEL:
|
||||
word[end] = 0;
|
||||
word += start;
|
||||
menu_chanmenu (sess, even, word);
|
||||
break;
|
||||
case WORD_EMAIL:
|
||||
|
||||
Reference in New Issue
Block a user