Adapted ZED settings.conf
This commit is contained in:
@@ -128,7 +128,7 @@ tooltip+="Approx ${max_visible} fit (column_width=${COLUMN_WIDTH}) "$'\n'
|
||||
tooltip+="------------------------------"$'\n'
|
||||
tooltip+="${tooltip_list:-"(no windows)"}"
|
||||
|
||||
printf '{"text":"%s","tooltip":"%s","class":"%s"}"$'\n' \
|
||||
"$(json_escape "$text")" \
|
||||
"$(json_escape "$tooltip")" \
|
||||
"$(json_escape "$cls")"
|
||||
printf '{"text":"%s","tooltip":"%s","class":"%s"}\n' \
|
||||
"$(json_escape "$text")" \
|
||||
"$(json_escape "$tooltip")" \
|
||||
"$(json_escape "$cls")"
|
||||
|
||||
Reference in New Issue
Block a user