mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Configurable statusbar - see default config file (irssi.conf) for example
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
This commit is contained in:
parent
b32a9a9585
commit
dbe49236d2
20 changed files with 1643 additions and 1118 deletions
7
src/fe-text/statusbar-items.h
Normal file
7
src/fe-text/statusbar-items.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef __STATUSBAR_ITEMS_H
|
||||
#define __STATUSBAR_ITEMS_H
|
||||
|
||||
void statusbar_items_init(void);
|
||||
void statusbar_items_deinit(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue