You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom Word/Cell Selection: Supports client-defined word selection via a filter. Selections can be based on text, SGR attributes, data types, or colors.
Selector Mode: Introduced "Selector Mode" for keyboard navigation and text selection, supporting text, rectangle, line, and word selections.
Configurable Keyboard Shortcuts: All shortcuts are made configurable and can be redefined in client code.
Text Search: TerminalCtrl now have support for text search, including range-based and parallel (CoFind) search
Annotations: Users and hosted apps can now add annotations to terminal text (plain text or rich text via a simple protocol or menu).
Application Mouse Tracking Override: Added the ability to override application mouse tracking with customizable modifier keys (Ctrl, Shift, Alt, and their combinations).
Protocols
Directory Change Protocol: Implements the OSC 7 and OSC 9 ; 9protocols to notify the terminal of the shell's working directory.
Progress Notification Protocol: Implements the OSC 9 ; 4 protocol, used by modern terminal emulators, this protocol allows tracking of progress from hosted applications.