|
|
|
|
|
by KirillPanov
1133 days ago
|
|
No, there is an escape code that queries the window size in pixels: "\x1b[14t"
Combined with the escape code that queries the window size in character cells ("\x1b[18t"), you can calculate the number of pixels per character cell (the "pixel size"). |
|