mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-26 01:40:12 -05:00
selection: add a selection API
This commit is contained in:
parent
1c861e5d69
commit
bcf763d417
6 changed files with 117 additions and 30 deletions
8
selection.h
Normal file
8
selection.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include "terminal.h"
|
||||
|
||||
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_cancel(struct terminal *term);
|
||||
Loading…
Add table
Add a link
Reference in a new issue