Changed the names of /BIND commands to be epic-compatible. Also added

several new commands.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@511 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-07-23 00:29:31 +00:00 committed by cras
commit 6a3881ce5c
3 changed files with 289 additions and 161 deletions

View file

@ -19,6 +19,7 @@ void gui_entry_erase_word(void);
int gui_entry_get_pos(void);
void gui_entry_set_pos(int pos);
void gui_entry_move_pos(int pos);
void gui_entry_move_words(int count);
void gui_entry_redraw(void);