mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-15 05:33:58 -04:00
selection/input: triple click selects an entire row
This commit is contained in:
parent
ae84f0ee00
commit
481a1cd678
4 changed files with 32 additions and 12 deletions
|
|
@ -14,6 +14,7 @@ void selection_finalize(struct terminal *term, uint32_t serial);
|
|||
void selection_cancel(struct terminal *term);
|
||||
void selection_mark_word(struct terminal *term, int col, int row,
|
||||
bool spaces_only, uint32_t serial);
|
||||
void selection_mark_row(struct terminal *term, int row, uint32_t serial);
|
||||
|
||||
void selection_to_clipboard(struct terminal *term, uint32_t serial);
|
||||
void selection_from_clipboard(struct terminal *term, uint32_t serial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue