index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fe-text
/
statusbar-config.c
Age
Commit message (
Expand
)
Author
2018-03-20
fix build
ailin-nemui
2018-03-20
add disabled txt
ailin-nemui
2018-03-20
refactor common parts
ailin-nemui
2018-03-20
make new status bar actually work
ailin-nemui
2018-03-19
actually check which of add or modify was called
ailin-nemui
2018-03-19
change the statusbar commands so that no accidenal status bars are created
ailin-nemui
2016-12-15
add assertion to statusbar_read_group
ailin-nemui
2015-04-17
Merge pull request #199 from ailin-nemui/config-parser
Alexander Færøy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2015-02-17
add CONFIG_REC to config_node_section* APIs
Ailin Nemui
2014-06-15
g_strcasecmp -> g_ascii_strcasecmp
David Hill
2010-04-04
Add missing includes to shut the compiler up.
Alexander Færøy
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2008-03-09
Use g_ascii_str{,n}casecmp for case insensitive comparison with
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2002-02-16
Added /STATUSBAR # RESET command for removing the whole statusbar block from
Timo Sirainen
2002-02-16
/STATUSBAR now prints a list of statusbars, /STATUSBAR <name> prints
Timo Sirainen
2002-02-16
/STATUSBAR # VISIBLE command didn't work properly
Timo Sirainen
2002-02-16
/RELOAD didn't update the statusbar colors the first time. /SET theme never
Timo Sirainen
2002-02-15
command_unbind("statusbar add") was called with wrong function parameter.
Timo Sirainen
2002-02-15
case-insensitivity for /STATUSBAR command
Timo Sirainen
2002-02-15
Added _very_ small help for /statusbar + their SYNTAXes.
Timo Sirainen
2002-02-15
More statusbar commands.
Timo Sirainen
2002-02-15
Added /STATUSBAR commands for most commonly used tasks.
Timo Sirainen
2001-11-15
When overriding default statusbars, don't forget the
Timo Sirainen
2001-10-28
Redrawing fixes - irssi should now rarely redraw stuff uselessly in screen.
Timo Sirainen
2001-10-14
Window-statusbars are created correctly with /RELOAD, some input line
Timo Sirainen
2001-10-13
Configurable statusbar - see default config file (irssi.conf) for example
Timo Sirainen