Mercurial > pidgin
view plugins/perl/common/Network.xs @ 12711:145f76e74a9f
[gaim-migrate @ 15055]
Fix SF Bug #1384698 - "Last word in text auto replace not changed"
This uses astro96's idea:
'when the user types something like "Hi how r u" they will see this
(where the "^" is the cursor):
"Hi how are u^"
When they hit enter to send the message, instead of sending
the message, the last word would be replaced:
[Enter]
"Hi how are you^"
and then if they hit enter again it would send the message.'
I code a preference for this, but have #if 0'ed it before committing. I don't think we need a preference to disable this. If it turns out I'm wrong, the code is right there to use.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Wed, 04 Jan 2006 03:01:32 +0000 |
parents | b284c703d398 |
children | d5b8f4dc1622 |
line wrap: on
line source
#include "module.h" MODULE = Gaim::Network PACKAGE = Gaim::Network PREFIX = gaim_network_ PROTOTYPES: ENABLE const char * gaim_network_get_local_system_ip(fd) int fd const char * gaim_network_get_my_ip(fd) int fd unsigned short gaim_network_get_port_from_fd(fd) int fd const char * gaim_network_get_public_ip() void gaim_network_init() const unsigned char * gaim_network_ip_atoi(ip) const char *ip int gaim_network_listen(port) unsigned short port int gaim_network_listen_range(start, end) unsigned short start unsigned short end void gaim_network_set_public_ip(ip) const char *ip