mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-02 07:15:31 -04:00
render: codespell: cound -> count
This commit is contained in:
parent
b4a0f5b13b
commit
1ea3674029
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -2123,7 +2123,7 @@ render_search_box(struct terminal *term)
|
||||||
*
|
*
|
||||||
* The search ‘length’, and ‘cursor’ (position) is in
|
* The search ‘length’, and ‘cursor’ (position) is in
|
||||||
* *characters*, not cells. This means we need to translate from
|
* *characters*, not cells. This means we need to translate from
|
||||||
* character cound to cell count when calculating the length of
|
* character count to cell count when calculating the length of
|
||||||
* the search box, where in the search string we should start
|
* the search box, where in the search string we should start
|
||||||
* rendering etc.
|
* rendering etc.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue