0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/player/lua
Avi Halachmi (:avih) 530a0863b8 stats: support UP/DOWN to scroll at page 4 (perf)
Keys and lines-to-scroll are configurabe, and the scroll keys are only
bound on pages which support scrolling (currently only page 4) - also
during oneshot (like the page-switching keys).

Scroll offset is reset for all pages on any key - except scroll keys, so
that entering or switching to a page resets the scroll, as well as when
"re-entering" the same page or "re-activating" the stats oneshot view.

TODO: print_page(..) is highly associated with extending the oneshot
timer if required. The timer handling can probably move into print_page
and removed from all the places which boilerplate its management.
2020-04-11 16:04:46 +03:00
..
assdraw.lua osc: improve look of seekranges 2019-09-02 01:11:04 +03:00
console.lua console: reduce memory usage in default mode 2020-04-10 13:36:10 +02:00
defaults.lua lua: restore recent end-file event, and deprecate it 2020-03-22 19:42:59 +01:00
options.lua options.lua: avoid unnecessary on_update calls 2020-02-06 22:57:53 +01:00
osc.lua osc: avoid using a deprecated event 2020-03-21 19:32:50 +01:00
stats.lua stats: support UP/DOWN to scroll at page 4 (perf) 2020-04-11 16:04:46 +03:00
ytdl_hook.lua ytdl_hook: enable runtime changes of script options 2020-03-29 17:45:59 +02:00