diff options
author | wm4 <wm4@nowhere> | 2014-08-11 17:08:32 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-08-11 17:08:32 +0200 |
commit | f9d2ad6c17337ab18e662b742bb2ef9041bab96c (patch) | |
tree | 732f02d20be04b8bbc78a000e60134c01998b868 | |
parent | 0ed48f5ec939c50ebd843a17197a7169db33c25b (diff) | |
download | mpv-f9d2ad6c17337ab18e662b742bb2ef9041bab96c.tar.bz2 mpv-f9d2ad6c17337ab18e662b742bb2ef9041bab96c.tar.xz |
Move status-line.lua
Looks like TOOLS/lua/ is now established as dumping ground for random
Lua scripts, so DOCS/lua_examples/ is not needed anymore.
-rw-r--r-- | TOOLS/lua/status-line.lua (renamed from DOCS/lua_examples/status-line.lua) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/lua_examples/status-line.lua b/TOOLS/lua/status-line.lua index d28bdcc082..48597c3370 100644 --- a/DOCS/lua_examples/status-line.lua +++ b/TOOLS/lua/status-line.lua @@ -1,4 +1,4 @@ --- Rebuild the status line as a lua script +-- Rebuild the terminal status line as a lua script -- Be aware that this will require more cpu power! -- Add a string to the status line |