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