aboutsummaryrefslogtreecommitdiff
path: root/chinese/irssi/files/patch-src::fe-text::gui-entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/irssi/files/patch-src::fe-text::gui-entry.h')
-rw-r--r--chinese/irssi/files/patch-src::fe-text::gui-entry.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/chinese/irssi/files/patch-src::fe-text::gui-entry.h b/chinese/irssi/files/patch-src::fe-text::gui-entry.h
index 2a3fe9476661..4b1a295835b4 100644
--- a/chinese/irssi/files/patch-src::fe-text::gui-entry.h
+++ b/chinese/irssi/files/patch-src::fe-text::gui-entry.h
@@ -1,6 +1,6 @@
--- src/fe-text/gui-entry.h.orig Wed Feb 20 20:46:45 2002
-+++ src/fe-text/gui-entry.h Sat Nov 23 17:28:32 2002
-@@ -28,14 +28,14 @@
++++ src/fe-text/gui-entry.h Sun Dec 29 19:19:26 2002
+@@ -28,17 +28,18 @@
void gui_entry_move(GUI_ENTRY_REC *entry, int xpos, int ypos, int width);
void gui_entry_set_active(GUI_ENTRY_REC *entry);
@@ -18,3 +18,7 @@
void gui_entry_insert_char(GUI_ENTRY_REC *entry, unichar chr);
char *gui_entry_get_cutbuffer(GUI_ENTRY_REC *entry);
++void gui_entry_erase_to(GUI_ENTRY_REC *entry, int pos, int update_cutbuffer);
+ void gui_entry_erase(GUI_ENTRY_REC *entry, int size, int update_cutbuffer);
+ void gui_entry_erase_word(GUI_ENTRY_REC *entry, int to_space);
+ void gui_entry_erase_next_word(GUI_ENTRY_REC *entry, int to_space);