about summary refs log tree commit diff stats
path: root/src/ui/statusbar.c
Commit message (Collapse)AuthorAgeFilesLines
* Replaced colours with theme_item_tJames Booth2014-11-161-22/+34
|
* Show indicator when form has unsaved changesJames Booth2014-09-161-8/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Moved status_bar_resizeJames Booth2014-07-181-2/+3
|
* Tidied xmlconsoleJames Booth2014-04-151-8/+0
|
* Removed inputwin functions from ui.hJames Booth2014-04-071-0/+1
|
* Removed statusbar functions from ui.hJames Booth2014-04-071-42/+26
|
* Removed dirty flag from statusbarJames Booth2014-04-061-42/+53
|
* Inlined status_bar_update_timeJames Booth2014-04-061-21/+12
|
* Removed strcpy callsJames Booth2014-04-021-2/+1
|
* Renamed refresh functions to update_virtualJames Booth2014-04-011-2/+2
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Use wnoutrefresh, pnoutrefresh and doupdateJames Booth2014-02-021-1/+1
| | | | Issue #298
* Bind remaining ui functions in main.cJames Booth2013-12-231-12/+17
|
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-24/+36
|
* Show current window in status barJames Booth2013-10-021-0/+25
|
* Fixed ">" indicator when tidying windowsJames Booth2013-08-301-0/+14
|
* Refactored status bar indicatorsJames Booth2013-08-301-105/+60
|
* Handle ">" indicator when more than 10 wins openJames Booth2013-08-291-47/+167
|
* Refactor updating window statusesJames Booth2013-08-281-30/+18
|
* Fixed showing active console after login failJames Booth2013-08-281-0/+7
|
* Changes to status bar for unlimited windows - WIPJames Booth2013-08-281-35/+58
|
* small refactoring in statusbar.cDmitry Podgorny2013-08-241-5/+11
|
* removed sizeof(char)Dmitry Podgorny2013-08-031-1/+1
| | | | sizeof(char) == 1 according to standard
* Use werase() rather than wclear() to avoid screen flashJames Booth2013-04-221-4/+4
|
* Added config dir to sourceJames Booth2013-02-021-1/+1
|
* Tidied #include'sJames Booth2013-02-021-1/+1
|
* Added ui subdir to sourceJames Booth2013-02-021-0/+285
.highlight .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */ .highlight .na { color: #336699 } /* Name.Attribute */ .highlight .nb { color: #003388 } /* Name.Builtin */ .highlight .nc { color: #bb0066; font-weight: bold } /* Name.Class */ .highlight .no { color: #003366; font-weight: bold } /* Name.Constant */ .highlight .nd { color: #555555 } /* Name.Decorator */ .highlight .ne { color: #bb0066; font-weight: bold } /* Name.Exception */ .highlight .nf { color: #0066bb; font-weight: bold } /* Name.Function */ .highlight .nl { color: #336699; font-style: italic } /* Name.Label */ .highlight .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */ .highlight .py { color: #336699; font-weight: bold } /* Name.Property */ .highlight .nt { color: #bb0066; font-weight: bold } /* Name.Tag */ .highlight .nv { color: #336699 } /* Name.Variable */ .highlight .ow { color: #008800 } /* Operator.Word */ .highlight .w { color: #bbbbbb } /* Text.Whitespace */ .highlight .mb { color: #0000DD; font-weight: bold } /* Literal.Number.Bin */ .highlight .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */ .highlight .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */ .highlight .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */ .highlight .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
[colours]
bkgnd=default
titlebar=blue
titlebar.text=white
titlebar.brackets=cyan
titlebar.unencrypted=red
titlebar.encrypted=white
titlebar.untrusted=yellow
titlebar.trusted=white
titlebar.online=white
titlebar.offline=white
titlebar.away=white
titlebar.chat=white
titlebar.dnd=white
titlebar.xa=white
statusbar=blue
statusbar.text=white
statusbar.brackets=cyan
statusbar.active=cyan
statusbar.new=white
main.text=white
main.text.me=white
main.text.them=white
main.splash=cyan
main.time=white
input.text=white
subscribed=green
unsubscribed=red
otr.started.trusted=green
otr.started.untrusted=yellow
otr.ended=red
otr.trusted=green
otr.untrusted=yellow
online=green
away=cyan
chat=green
dnd=red
xa=cyan
offline=red
incoming=yellow
typing=yellow
gone=yellow
error=red
roominfo=yellow
roommention=yellow
me=yellow
them=green
roster.header=yellow
occupants.header=yellow
receipt.sent=red