mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
selection: selection_cancel() now sets 'kind' to SELECTION_NONE
This commit is contained in:
parent
f12b1473fd
commit
2a531327dd
2 changed files with 6 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ enum mouse_reporting {
|
|||
|
||||
enum cursor_style { CURSOR_BLOCK, CURSOR_UNDERLINE, CURSOR_BAR };
|
||||
|
||||
enum selection_kind { SELECTION_NORMAL, SELECTION_BLOCK };
|
||||
enum selection_kind { SELECTION_NONE, SELECTION_NORMAL, SELECTION_BLOCK };
|
||||
|
||||
struct ptmx_buffer {
|
||||
void *data;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue