swap default cursor shape back to bar
This commit is contained in:
@@ -1268,7 +1268,7 @@ pub enum CursorShape {
|
||||
|
||||
impl Default for CursorShape {
|
||||
fn default() -> Self {
|
||||
CursorShape::Block
|
||||
CursorShape::Bar
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user