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

/fuchsia/zircon/third_party/uapp/kilo/
H A Dkilo.c120 int screencols; /* Number of cols that we can show */ member in struct:editorConfig
730 if (E.cx == E.screencols-1)
793 if (E.cx >= E.screencols) {
794 int shift = (E.screencols-E.cx)+1;
917 int padding = (E.screencols-welcomelen)/2;
935 if (len > E.screencols) len = E.screencols;
980 if (len > E.screencols) len = E.screencols;
982 while(len < E.screencols) {
[all...]

Completed in 58 milliseconds