diff options
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.h | 10 |
1 files changed, 3 insertions, 7 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 4b1a295835b4..6bdd61b4737b 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 Sun Dec 29 19:19:26 2002 -@@ -28,17 +28,18 @@ +--- src/fe-text/gui-entry.h.orig Mon Oct 20 03:10:02 2003 ++++ src/fe-text/gui-entry.h Sun Dec 7 16:34:09 2003 +@@ -28,14 +28,14 @@ void gui_entry_move(GUI_ENTRY_REC *entry, int xpos, int ypos, int width); void gui_entry_set_active(GUI_ENTRY_REC *entry); @@ -18,7 +18,3 @@ 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); |