mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 23:52:22 +02:00
how to configure it. Added %> format which clears to end of line using the current bg color. Added support for multiple input lines (just the core, not used anywhere yet). git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1821 dbcabf3a-b0e7-0310-adc4-f8d773084564
7 lines
133 B
C
7 lines
133 B
C
#ifndef __STATUSBAR_ITEMS_H
|
|
#define __STATUSBAR_ITEMS_H
|
|
|
|
void statusbar_items_init(void);
|
|
void statusbar_items_deinit(void);
|
|
|
|
#endif
|