You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case you need help with the scaling of the sixel graphics you could check out my little project gizak/termui#233.
I use a combination of the ioctl TIOCGWINSZ and the escape codes \033[14t and \033[18t. This can be a bit more difficult with split views of terminal multiplexers like screen and tmux. tmux can pass escape codes through to the terminal.
It is possible to ask the terminal if it is capable to display sixel graphics - the response to \033[0c should contain a 4.
The text was updated successfully, but these errors were encountered:
In case you need help with the scaling of the sixel graphics you could check out my little project gizak/termui#233.
I use a combination of the ioctl TIOCGWINSZ and the escape codes \033[14t and \033[18t. This can be a bit more difficult with split views of terminal multiplexers like screen and tmux. tmux can pass escape codes through to the terminal.
It is possible to ask the terminal if it is capable to display sixel graphics - the response to \033[0c should contain a 4.
The text was updated successfully, but these errors were encountered: