terminal: SelectionGesture, but only with mouse press

This commit is contained in:
Mitchell Hashimoto
2026-05-25 14:07:41 -07:00
parent 2d0fb81751
commit d86ff37a58
2 changed files with 364 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ pub const Screen = @import("Screen.zig");
pub const ScreenSet = @import("ScreenSet.zig");
pub const Scrollbar = PageList.Scrollbar;
pub const Selection = @import("Selection.zig");
pub const SelectionGesture = @import("SelectionGesture.zig");
pub const SizeReportStyle = csi.SizeReportStyle;
pub const StringMap = @import("StringMap.zig");
pub const Style = style.Style;