diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:00:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-15 09:00:54 +0000 |
commit | 1068fca2cf10ed0964e2012275b60f63b170a24d (patch) | |
tree | 96f7cdb1d19e13750dd1e4958f896de1990e91c1 /irc/irssi/files | |
parent | 09606c5f794885539459cfd266edbc11884acc3d (diff) | |
download | ports-1068fca2cf10ed0964e2012275b60f63b170a24d.tar.gz ports-1068fca2cf10ed0964e2012275b60f63b170a24d.zip |
Notes
Diffstat (limited to 'irc/irssi/files')
-rw-r--r-- | irc/irssi/files/patch-src-fe-text-gui-entry.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/irc/irssi/files/patch-src-fe-text-gui-entry.h b/irc/irssi/files/patch-src-fe-text-gui-entry.h new file mode 100644 index 000000000000..791cabca342d --- /dev/null +++ b/irc/irssi/files/patch-src-fe-text-gui-entry.h @@ -0,0 +1,10 @@ +--- src/fe-text/gui-entry.h.orig Sun Jan 15 05:08:57 2006 ++++ src/fe-text/gui-entry.h Sun Jan 15 05:09:04 2006 +@@ -34,6 +34,7 @@ + + void gui_entry_set_text(GUI_ENTRY_REC *entry, const char *str); + char *gui_entry_get_text(GUI_ENTRY_REC *entry); ++char *gui_entry_get_text_and_pos(GUI_ENTRY_REC *entry, int *pos); + + void gui_entry_insert_text(GUI_ENTRY_REC *entry, const char *str); + void gui_entry_insert_char(GUI_ENTRY_REC *entry, unichar chr); |