mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fmt
This commit is contained in:
parent
44ef9fa965
commit
0dda98f27a
1 changed files with 3 additions and 1 deletions
|
|
@ -56,5 +56,7 @@ impl Term {
|
|||
pub fn set_cursor_bar() -> Result<()> { Ok(execute!(stdout(), SetCursorStyle::BlinkingBar)?) }
|
||||
|
||||
#[inline]
|
||||
pub fn set_cursor_default() -> Result<()> { Ok(execute!(stdout(), SetCursorStyle::DefaultUserShape)?) }
|
||||
pub fn set_cursor_default() -> Result<()> {
|
||||
Ok(execute!(stdout(), SetCursorStyle::DefaultUserShape)?)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue