Skip to content

bug: hint labels not showing up on windows #1668

Description

@CovetingEpiphany2152

rioterm 0.4.7 on Windows 10.

With the following toml, after triggering the keybindings, the matched text are highlighted, but they do not have any label. So the user wouldn't know which button to press to initiate the hint command or actions.

[[hints.rules]]
regex = "(ipfs:|ipns:|magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-\u009F<>\"\\s{-}\\^⟨⟩`]+"
hyperlinks = true
post-processing = true
persist = false

[hints.rules.command]
command = { program = "C:\\Program Files\\Mozilla Firefox\\firefox.exe", args = ["--new-tab"] }

[hints.rules.mouse]
enabled = true
mods = ["Alt"]

[hints.rules.binding]
key = "."
mods = ["Control", "Shift"]
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions