mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
.. [no ci]
This commit is contained in:
parent
ae618ff955
commit
e626fd9ad5
1 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,13 @@ ui = {
|
||||||
HORIZONTAL = false,
|
HORIZONTAL = false,
|
||||||
VERTICAL = true,
|
VERTICAL = true,
|
||||||
},
|
},
|
||||||
|
Position = {
|
||||||
|
NONE = 0,
|
||||||
|
TOP = 1,
|
||||||
|
RIGHT = 2,
|
||||||
|
BOTTOM = 3,
|
||||||
|
LEFT = 4,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
function ui.highlight_ranges(s, ranges)
|
function ui.highlight_ranges(s, ranges)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue