swap default cursor shape back to bar

This commit is contained in:
Keith Simmons 2022-03-10 13:28:13 -08:00
parent 5b35c68d2e
commit 5502c00d9a

View file

@ -1268,7 +1268,7 @@ pub enum CursorShape {
impl Default for CursorShape {
fn default() -> Self {
CursorShape::Block
CursorShape::Bar
}
}