mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
Add experimental support for selection and visual mode
This commit is contained in:
@@ -70,6 +70,11 @@
|
||||
*/
|
||||
#define HIGHLIGHT_AUTOSUGGESTION 0x2000
|
||||
|
||||
/**
|
||||
Internal value representing highlighting an active selection
|
||||
*/
|
||||
#define HIGHLIGHT_SELECTION 0x80
|
||||
|
||||
class history_item_t;
|
||||
struct file_detection_context_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user