mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +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
|
|
@ -124,6 +124,14 @@ gui_input_set(str)
|
|||
CODE:
|
||||
gui_entry_set_text(active_entry, str);
|
||||
|
||||
void
|
||||
gui_input_color(pos, len, color)
|
||||
int pos
|
||||
int len
|
||||
int color
|
||||
CODE:
|
||||
gui_entry_set_color(active_entry, pos, len, color);
|
||||
|
||||
int
|
||||
gui_input_get_pos()
|
||||
CODE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue