Termux - a terminal emulator application for Android OS extendible by variety of packages.
Added|Changed: Fill `.ws_xpixel` and `.ws_ypixel` in `winsize`
This allows to get terminal size in pixel using `TIOCGWINSZ` ioctl. Set `.ws_xpixel` using `columns * cell_width` and set `.ws_ypixel` using `rows * cell_height`. Cell width and height is font width and line spacing, respectively.
K
Krunal Patel committed
438cd73fffcaf7370fbf0ed6d4a9759fe3f0de98
Parent: 36d811e
Committed by Fredrik Fornwall <fredrik@fornwall.net>
on 9/26/2024, 1:09:09 PM