From 302d1dd609837535f3cf4024ae8d8513223fbeae Mon Sep 17 00:00:00 2001 From: David Vazgenovich Shakaryan Date: Wed, 21 Jan 2026 14:34:52 -0800 Subject: move icons/symbols to config --- main.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main.lua') diff --git a/main.lua b/main.lua index 7b649ba..0ee88c7 100644 --- a/main.lua +++ b/main.lua @@ -678,7 +678,7 @@ local function add_info_field(dst, k, v, fmt) -- continuation lines are 4 chars shorter and indented with 2 em spaces for i, v in ipairs(util.wrap(str, 80, 76)) do if i > 1 then - v = '\226\128\131\226\128\131' .. v + v = '\xe2\x80\x83\xe2\x80\x83' .. v end dst[#dst+1] = {name = v} end @@ -928,7 +928,7 @@ end local function start_search() local menu = state:menu() local title = 'Searching: ' .. - ' (/)' + ' (/)' if menu.type == 'search' then -- resuming search, save previous state @@ -957,7 +957,7 @@ local function end_search() local menu = state:menu() menu.search_active = false menu.title = 'Search results: ' .. - ' (/)' + ' (/)' osd:dirty() set_key_mapping('MENU') end -- cgit v1.2.3-70-g09d2