mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Graphics protocol: Add a new delete mode for deleting images whose ids fall within a range
Useful for bulk deletion. See #7080
This commit is contained in:
parent
ad3ab877f8
commit
c19488f3be
7 changed files with 36 additions and 12 deletions
|
|
@ -116,6 +116,9 @@ const (
|
|||
GRT_delete_by_cell_zindex // q
|
||||
GRT_free_by_cell_zindex // Q
|
||||
|
||||
GRT_delete_by_range // r
|
||||
GRT_free_by_range // R
|
||||
|
||||
GRT_delete_by_column // x
|
||||
GRT_free_by_column // X
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue