summaryrefslogtreecommitdiffstats
path: root/DOCS/lua_examples/status-line.lua
Commit message (Collapse)AuthorAgeFilesLines
* Move status-line.luawm42014-08-111-69/+0
| | | | | Looks like TOOLS/lua/ is now established as dumping ground for random Lua scripts, so DOCS/lua_examples/ is not needed anymore.
* options: rename msg-related optionsMartin Herkt2014-05-041-3/+3
| | | | | | | | | --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 lineDavid Weber2014-04-191-0/+69
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.