nix-on-droid-app/terminal-emulator
Krunal Patel e11ce2a833
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 09:28:57 +05:00
..
src Added|Changed: Fill .ws_xpixel and .ws_ypixel in winsize 2025-03-28 09:28:57 +05:00
build.gradle Changed: Use double quotes instead of single quotes for all gradle dependencies 2022-05-24 01:19:45 +05:00
proguard-rules.pro Restructure library modules 2017-04-02 14:21:36 +02:00