mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
selection: spell 'finalize' correctly
This commit is contained in:
parent
d0e0b6da7c
commit
e7e199d6b5
2 changed files with 2 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ selection_update(struct terminal *term, int col, int row)
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
selection_finalizie(struct terminal *term)
|
selection_finalize(struct terminal *term)
|
||||||
{
|
{
|
||||||
if (!selection_enabled(term))
|
if (!selection_enabled(term))
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,5 @@
|
||||||
|
|
||||||
void selection_start(struct terminal *term, int col, int row);
|
void selection_start(struct terminal *term, int col, int row);
|
||||||
void selection_update(struct terminal *term, int col, int row);
|
void selection_update(struct terminal *term, int col, int row);
|
||||||
void selection_finalizie(struct terminal *term);
|
void selection_finalize(struct terminal *term);
|
||||||
void selection_cancel(struct terminal *term);
|
void selection_cancel(struct terminal *term);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue