mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
input: better docs on links
This commit is contained in:
@ -13,7 +13,9 @@ regex: []const u8,
|
|||||||
/// The action that will be triggered when the link is clicked.
|
/// The action that will be triggered when the link is clicked.
|
||||||
action: Action,
|
action: Action,
|
||||||
|
|
||||||
/// The situations in which the link will be highlighted.
|
/// The situations in which the link will be highlighted. A link is only
|
||||||
|
/// clickable by the mouse when it is highlighted, so this also controls
|
||||||
|
/// when the link is clickable.
|
||||||
highlight: Highlight,
|
highlight: Highlight,
|
||||||
|
|
||||||
pub const Action = union(enum) {
|
pub const Action = union(enum) {
|
||||||
|
Reference in New Issue
Block a user