No Nonsense Neovim Client in Rust
22 matches across 2 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/cmd_line.rs | 61 | #[arg(long = "reuse-instance", action = ArgAction::SetTrue, default_value = "0", value_parser = FalseyValueParser::n |
| LOW | src/cmd_line.rs | 81 | |
| LOW | src/cmd_line.rs | 201 | |
| LOW | src/main.rs | 201 | } |
| LOW | src/main.rs | 221 | // the neovim process. |
| LOW | src/main.rs | 241 | // |
| LOW | src/main.rs | 261 | // The running tracker responds to quit requests, allowing other systems to trigger a process |
| LOW | src/renderer/box_drawing/renderer.rs | 1601 | |
| LOW | src/renderer/box_drawing/renderer.rs | 1621 | // Test 2: |
| LOW | src/renderer/fonts/font_options.rs | 381 | PixelGeometry::BGRV => Self::BGRV, |
| LOW | src/bridge/events.rs | 201 | /// [`RedrawEvent::MouseOff`] UI events directly indicate if mouse support is active. Some |
| LOW | src/bridge/events.rs | 221 | /// Indicates to the UI that it must stop rendering the cursor. This event is misnamed and does |
| LOW | src/bridge/events.rs | 241 | /// **Note:** Unlike the corresponding [ui-grid-old] events, the screen is not always cleared after |
| LOW | src/bridge/events.rs | 361 | /// The message grid will be displayed at this row of the default grid (grid=1), covering |
| LOW | src/bridge/events.rs | 381 | /// implementing, for example, smooth scrolling should take this into account and keep the grid |
| LOW | src/window/keyboard_manager.rs | 221 | pub fn format_modifier_string(&self, text: &str, is_special: bool) -> String { |
| LOW | src/window/keyboard_manager.rs | 321 | // N.B. on 'meta', and on the macintosh key 'option': |
| LOW | src/window/keyboard_manager.rs | 341 | // - not mapped to meta, and |
| LOW | src/window/keyboard_manager.rs | 361 | // etc.); and |
| LOW | src/editor/style.rs | 21 |
| Severity | File | Line | Snippet |
|---|---|---|---|
| MEDIUM | src/renderer/box_drawing/renderer.rs | 1404 | // ╭──────────╮ |
| MEDIUM | src/renderer/box_drawing/renderer.rs | 1406 | // ╰──────────╯ |