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
CSI 14 is an escape code, that returns the screen size in pixels.
This feature would allow the running application to get the screen size, it is used mainly in sixel supporting apps, that need to scale the image before printing it out. This would be needed if this #2973 would me merged.
Feature description
CSI 14 is an escape code, that returns the screen size in pixels.
This feature would allow the running application to get the screen size, it is used mainly in sixel supporting apps, that need to scale the image before printing it out. This would be needed if this #2973 would me merged.
Another alternative is TIOCGWINSZ syscall.
Additional information
alacritty suports it:
alacritty/alacritty@cdf5e51
The text was updated successfully, but these errors were encountered: