mirror of https://github.com/mpv-player/mpv
08e2acbae1
Scripts and especially internal scripts shouln't bypass msg.c logging code for various resons, ranging from processing the input, filtering the log levels, truncating the output and so on. io.write() is lazy way of outputing to stdout without respecting mpv's logging module. Uses osd message, because this has no prefixes. Added internal flush-status-line command to flush current output without clearing before exiting. This commit will allow us to remove duplicated terminal handling code from stats.lua, mpv core already handles all that and does it in better way, without taking shortcuts. |
||
---|---|---|
.. | ||
javascript | ||
lua | ||
audio.c | ||
client.c | ||
client.h | ||
command.c | ||
command.h | ||
configfiles.c | ||
core.h | ||
external_files.c | ||
external_files.h | ||
javascript.c | ||
loadfile.c | ||
lua.c | ||
main.c | ||
misc.c | ||
osd.c | ||
playloop.c | ||
screenshot.c | ||
screenshot.h | ||
scripting.c | ||
sub.c | ||
video.c |