mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 13:26:37 +00:00
Preview-tui fix image_preview stdout
This commit is contained in:
parent
a335f94d05
commit
95e1d56ee4
|
@ -379,7 +379,6 @@ generate_preview() {
|
|||
printf "%s" "$!" > "$PREVIEWPID"
|
||||
return
|
||||
else
|
||||
exec >/dev/tty
|
||||
image_preview "$1" "$2" "$3"
|
||||
return
|
||||
fi ;;
|
||||
|
@ -405,6 +404,7 @@ generate_preview() {
|
|||
|
||||
image_preview() {
|
||||
clear
|
||||
exec >/dev/tty
|
||||
if [ "$TERMINAL" = "kitty" ]; then
|
||||
# Kitty terminal users can use the native image preview method
|
||||
kitty +kitten icat --silent --scale-up --place "$1"x"$2"@0x0 --transfer-mode=stream --stdin=no "$3" &
|
||||
|
|
Loading…
Reference in a new issue