mirror of
https://github.com/jarun/nnn.git
synced 2025-01-30 12:46:50 +00:00
Allow lowdown to use complete terminal width
This commit is contained in:
parent
f0732fef0c
commit
48bc670cac
|
@ -302,7 +302,7 @@ handle_ext() {
|
|||
md) if exists glow; then
|
||||
fifo_pager glow -s dark "$1"
|
||||
elif exists lowdown; then
|
||||
fifo_pager lowdown -Tterm "$1"
|
||||
fifo_pager lowdown -Tterm --term-width="$cols" --term-column="$cols" "$1"
|
||||
else
|
||||
fifo_pager pager "$1"
|
||||
fi ;;
|
||||
|
|
Loading…
Reference in a new issue