aboutsummaryrefslogtreecommitdiffhomepage
path: root/DOCS/lua_examples
Commit message (Collapse)AuthorAge
* options: rename msg-related optionsGravatar Martin Herkt2014-05-04
| | | | | | | | | --msgcolor → --msg-color --msglevel → --msg-level --msgmodule → --msg-module --msgtime → --msg-time (also document this one) --playing-msg → --term-playing-msg --status-msg → --term-status-msg
* lua: add example to rebuild the status lineGravatar David Weber2014-04-19
This can be used to easily extent the status line for one's own needs. I'm not experienced with lua so a few things could probably be done a better way.