mpv/player/lua
Guido Cella 01330dba71 console.lua: assume non-ASCII characters span 2 cells for truncation
This prevents line wraps in select mode with terminal output which hide
the top items (OSD output no longer uses truncate_utf8 since the
previous commit). This is not ideal as even accented letters are assumed
to be 2 cells wide. The alternative is using \e[?7l and \e[?7h to
disable and enable text wrapping, but it won't work in Windows console
with VT processing disabled.
2024-06-24 21:30:14 +02:00
..
assdraw.lua
auto_profiles.lua auto_profiles.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
console.lua console.lua: assume non-ASCII characters span 2 cells for truncation 2024-06-24 21:30:14 +02:00
defaults.lua defaults.lua: handle canceled key bindings 2024-06-06 23:38:39 +03:00
fzy.lua scripting: add mp.input.select() 2024-05-07 22:34:22 +02:00
input.lua console.lua: don't convert integers for mp.input to string 2024-05-12 23:13:48 +02:00
meson.build select.lua: add this script 2024-05-12 23:13:48 +02:00
options.lua options.lua: fix some lint warnings 2024-05-12 20:06:39 +02:00
osc.lua osc.lua: don't use legacy argument for seeking 2024-06-19 01:30:18 +00:00
select.lua loadfile: update the format of terminal track information 2024-06-24 16:19:31 +02:00
stats.lua stats.lua: align 100% correctly on page 2 2024-06-14 00:26:04 +02:00
ytdl_hook.lua ytdl_hook.lua: fix lint warnings 2024-06-02 22:26:00 +02:00