mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-23 03:59:58 +00:00
Fix image mode in tmux
This commit is contained in:
1
neofetch
1
neofetch
@@ -2234,6 +2234,7 @@ getimage () {
|
|||||||
stty -echo
|
stty -echo
|
||||||
if [ -n "$TMUX" ]; then
|
if [ -n "$TMUX" ]; then
|
||||||
printf "%b%s" "\033Ptmux;\033\033[14t\033\033[c\033\\"
|
printf "%b%s" "\033Ptmux;\033\033[14t\033\033[c\033\\"
|
||||||
|
read_flags="-d c"
|
||||||
|
|
||||||
elif [ "$image_backend" == "tycat" ]; then
|
elif [ "$image_backend" == "tycat" ]; then
|
||||||
printf "%b%s" "\033}qs\000"
|
printf "%b%s" "\033}qs\000"
|
||||||
|
|||||||
Reference in New Issue
Block a user