mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Add color support for input bar
This commit is contained in:
parent
243ae4be84
commit
925ae6e6ad
3 changed files with 121 additions and 22 deletions
|
|
@ -9,6 +9,7 @@ typedef struct {
|
|||
typedef struct {
|
||||
int text_len, text_alloc; /* as shorts, not chars */
|
||||
unichar *text;
|
||||
int *colors;
|
||||
|
||||
GSList *kill_ring;
|
||||
|
||||
|
|
@ -77,5 +78,6 @@ void gui_entry_move_words(GUI_ENTRY_REC *entry, int count, int to_space);
|
|||
|
||||
void gui_entry_redraw(GUI_ENTRY_REC *entry);
|
||||
|
||||
void gui_entry_set_color(GUI_ENTRY_REC *entry, int pos, int len, int color);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue