We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2de582 commit b28d7b3Copy full SHA for b28d7b3
docs/blog/posts/smooth-scrolling.md
@@ -35,7 +35,7 @@ More granular mouse reporting is possible in the terminal; write the required es
35
So why haven't TUIs been using this?
36
37
The problem is that pixel coordinates are pretty much useless in TUIs unless we have some way of translating between pixel and cell coordinates.
38
-Without that, we can never know which cell the used clicked on.
+Without that, we can never know which cell the user clicked on.
39
40
It's a trivial calculation, but we are missing a vital piece of information; the size of the terminal window in pixels.
41
If we had that, we could divide the pixel dimensions by the cell dimensions to calculate the pixels per cell.
0 commit comments