mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Fix renderable_cursor method documentation
This method no longer returns an `Option` since #5773. Co-authored-by: Kirill Chibisov <contact@kchibisov.com>
This commit is contained in:
parent
d22cd7409c
commit
998250f3c3
1 changed files with 0 additions and 2 deletions
|
@ -108,8 +108,6 @@ impl<'a> RenderableContent<'a> {
|
|||
}
|
||||
|
||||
/// Assemble the information required to render the terminal cursor.
|
||||
///
|
||||
/// This will return `None` when there is no cursor visible.
|
||||
fn renderable_cursor(&mut self, cell: &RenderableCell) -> RenderableCursor {
|
||||
// Cursor colors.
|
||||
let color = if self.terminal_content.mode.contains(TermMode::VI) {
|
||||
|
|
Loading…
Reference in a new issue