From 07e67801e08eda2a4df1b7b43bbc3e5d979dd519 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Jun 2020 15:20:14 -0500 Subject: Comment less invocation --- bollux | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bollux b/bollux index 76f4def..1cc1b4c 100755 --- a/bollux +++ b/bollux @@ -610,12 +610,13 @@ display() { # display METADATA [TITLE] case "$mime" in text/*) set_title "$title${title:+ - }bollux" - less_cmd=(less -R) + less_cmd=(less -R) # render ANSI color escapes mklesskey "$BOLLUX_LESSKEY" && less_cmd+=(-k "$BOLLUX_LESSKEY") less_cmd+=( - -Pm"$(less_prompt_escape "$BOLLUX_URL") - bollux$" - -P='o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$' - -m + -Pm"$(less_prompt_escape "$BOLLUX_URL") - bollux$" # 'status'line + -P='o\:open, g\:goto, [\:back, ]\:forward, r\:refresh$' # helpline + -m # start with statusline + +k # float content to the top ) local typeset -- cgit 1.4.1-21-gabe81