We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03202b9 commit 1173c91Copy full SHA for 1173c91
2 files changed
frontends/rioterm/src/hints.rs
@@ -12,7 +12,7 @@ pub struct HintState {
12
/// Visible matches for the current hint
13
matches: Vec<HintMatch>,
14
15
- /// Labels for each match (as Vec<char>)
+ /// Labels for each match (as `Vec<char>`)
16
labels: Vec<Vec<char>>,
17
18
/// Keys pressed so far for hint selection
frontends/rioterm/src/screen/mod.rs
@@ -687,7 +687,7 @@ impl Screen<'_> {
687
}
688
689
690
- /// Check whether we should try to build escape sequence for the [`KeyEvent`].
+ /// Check whether we should try to build escape sequence for the [`KeyEvent`](rio_window::event::KeyEvent).
691
fn should_build_sequence(
692
key: &rio_window::event::KeyEvent,
693
text: &str,
0 commit comments