mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00

committed by
Justin M. Keyes

parent
1c3a849881
commit
27e26b10a2
@@ -937,7 +937,7 @@ static void tui_set_mode(UI *ui, ModeShape mode)
|
|||||||
|
|
||||||
int shape;
|
int shape;
|
||||||
switch (c.shape) {
|
switch (c.shape) {
|
||||||
default:
|
default: abort(); break;
|
||||||
case SHAPE_BLOCK: shape = 1; break;
|
case SHAPE_BLOCK: shape = 1; break;
|
||||||
case SHAPE_HOR: shape = 3; break;
|
case SHAPE_HOR: shape = 3; break;
|
||||||
case SHAPE_VER: shape = 5; break;
|
case SHAPE_VER: shape = 5; break;
|
||||||
|
Reference in New Issue
Block a user