Skip to content

Commit b28d7b3

Browse files
committed
typo
1 parent c2de582 commit b28d7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/blog/posts/smooth-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ More granular mouse reporting is possible in the terminal; write the required es
3535
So why haven't TUIs been using this?
3636

3737
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.
38+
Without that, we can never know which cell the user clicked on.
3939

4040
It's a trivial calculation, but we are missing a vital piece of information; the size of the terminal window in pixels.
4141
If we had that, we could divide the pixel dimensions by the cell dimensions to calculate the pixels per cell.

0 commit comments

Comments
 (0)