mirror of https://github.com/tildeclub/ex-vi.git
parent
297a2b4a52
commit
4f22260ee2
|
@ -211,7 +211,7 @@ showmode(int mode)
|
||||||
if (value(TERSE))
|
if (value(TERSE))
|
||||||
putchar(str[0]);
|
putchar(str[0]);
|
||||||
else
|
else
|
||||||
printf(&str[1]);
|
printf("%s",&str[1]);
|
||||||
vgoto(sdl, sdc);
|
vgoto(sdl, sdc);
|
||||||
cursor = ocurs;
|
cursor = ocurs;
|
||||||
splitw = 0;
|
splitw = 0;
|
||||||
|
|
Loading…
Reference in New Issue