summaryrefslogtreecommitdiff
path: root/src/fe-text/Makefile.am
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2001-10-13 16:11:13 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2001-10-13 16:11:13 +0000
commitdbe49236d2a63a84f234f6eff98b1d5317b195da (patch)
tree7c73edb7850f3c3428c167ea8c115ad524d93ada /src/fe-text/Makefile.am
parentb32a9a9585c390365e772898f3b9103d37fc20f9 (diff)
downloadirssi-dbe49236d2a63a84f234f6eff98b1d5317b195da.zip
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
Diffstat (limited to 'src/fe-text/Makefile.am')
-rw-r--r--src/fe-text/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am
index ed261a3e..00e0f856 100644
--- a/src/fe-text/Makefile.am
+++ b/src/fe-text/Makefile.am
@@ -35,6 +35,7 @@ irssi_SOURCES = \
mainwindows-layout.c \
screen.c \
statusbar.c \
+ statusbar-config.c \
statusbar-items.c \
textbuffer.c \
textbuffer-commands.c \
@@ -49,8 +50,10 @@ noinst_HEADERS = \
gui-readline.h \
gui-windows.h \
mainwindows.h \
- statusbar.h \
screen.h \
+ statusbar.h \
+ statusbar-config.h \
+ statusbar-items.h \
textbuffer.h \
textbuffer-view.h \
textbuffer-reformat.h \