mpv/player/lua
wm4 55d6e1f98d lua: add helper function for printing a table
Although this is something really basic, Lua's standard library doesn't
provide anything like this. Probably because there are too many ways to
do it right or wrong.

This code tries to be really careful when dealing with mixed
arrays/maps, e.g. when a table has integer keys starting from 1, making
it look like an array, but then also has other keys.
2014-04-11 00:40:09 +02:00
..
assdraw.lua
defaults.lua lua: add helper function for printing a table 2014-04-11 00:40:09 +02:00
osc.lua osc: fix playlist display 2014-04-09 18:10:51 +02:00