Skip to content

Commit

Permalink
[merge] from unstable into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Aug 21, 2024
2 parents a73a10b + 06b8c3d commit 860e1ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified objects.tar.gz
Binary file not shown.
Binary file modified sherpa-manager.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion support/sherpa-manager.source
Original file line number Diff line number Diff line change
Expand Up @@ -6408,7 +6408,7 @@ DisplayFileInViewport()

if [[ $($WC_CMD -l < "$filename") -ge $SESS_ROWS || $($WC_CMD -L < "$filename") -ge $SESS_COLS ]]; then
if [[ -e $GNU_LESS_CMD ]]; then
options=' --header=1 --quit-on-intr --tilde --mouse --RAW-CONTROL-CHARS --shift=4 --redraw-on-quit --quit-if-one-screen'
options=' --quit-on-intr --tilde --mouse --RAW-CONTROL-CHARS --shift=4 --redraw-on-quit --quit-if-one-screen'
[[ $wraplines = false ]] && options+=' --chop-long-lines'
[[ $showlinenumbers = true ]] && options+=' --LINE-NUMBERS'
[[ $jumptoend = true ]] && options+=' +G'
Expand Down

0 comments on commit 860e1ba

Please sign in to comment.