summaryrefslogtreecommitdiff
path: root/src/fe-text/gui-expandos.c
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/gui-expandos.c
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/gui-expandos.c')
-rw-r--r--src/fe-text/gui-expandos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/gui-expandos.c b/src/fe-text/gui-expandos.c
index c95ac621..b07bf129 100644
--- a/src/fe-text/gui-expandos.c
+++ b/src/fe-text/gui-expandos.c
@@ -37,7 +37,7 @@ static char *expando_idletime(SERVER_REC *server, void *item, int *free_ret)
/* current contents of the input line */
static char *expando_inputline(SERVER_REC *server, void *item, int *free_ret)
{
- return gui_entry_get_text();
+ return gui_entry_get_text(active_entry);
}
/* value of cutbuffer */