mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05: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
|
||||
selection_finalizie(struct terminal *term)
|
||||
selection_finalize(struct terminal *term)
|
||||
{
|
||||
if (!selection_enabled(term))
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -4,5 +4,5 @@
|
|||
|
||||
void selection_start(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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue