mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05: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
13 lines
260 B
C
13 lines
260 B
C
#ifndef __STATUSBAR_CONFIG_H
|
|
#define __STATUSBAR_CONFIG_H
|
|
|
|
#include "statusbar.h"
|
|
|
|
void statusbar_config_destroy(STATUSBAR_GROUP_REC *group,
|
|
STATUSBAR_CONFIG_REC *config);
|
|
|
|
void statusbar_config_init(void);
|
|
void statusbar_config_deinit(void);
|
|
|
|
#endif
|