Searched refs:statusmsg (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c126 char statusmsg[80]; member in struct:editorConfig
993 /* Second row depends on E.statusmsg and the status message update time. */
995 int msglen = strlen(E.statusmsg);
997 abAppend(&ab,E.statusmsg,msglen <= E.screencols ? msglen : E.screencols);
1024 vsnprintf(E.statusmsg,sizeof(E.statusmsg),fmt,ap);

Completed in 19 milliseconds