nix-on-droid-app/terminal-emulator/src
Krunal Patel bb7fa88fb3
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.
2025-03-28 10:06:48 +05:00
..
main Added|Changed: Fill .ws_xpixel and .ws_ypixel in winsize 2025-03-28 10:06:48 +05:00
test/java/com/termux/terminal Fixed: Parse (but ignore for now) terminal APC sequences 2025-03-28 10:06:48 +05:00