Home
last modified time | relevance | path

Searched refs:modeline (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/texinfo/info/
H A Dwindow.c185 maybe_free (win->modeline); in window_new_screen_size()
635 if (window->modeline) in window_delete_window()
636 free (window->modeline); in window_delete_window()
1079 char *modeline; in window_make_modeline() local
1167 sprintf (modeline + strlen (modeline), _(" Subfile: %s"), filename); in window_make_modeline()
1170 sprintf (modeline + strlen (modeline), "%s", update_message); in window_make_modeline()
1172 i = strlen (modeline); in window_make_modeline()
1179 modeline[i++] = '-'; in window_make_modeline()
1180 modeline[i] = '\0'; in window_make_modeline()
1183 strcpy (window->modeline, modeline); in window_make_modeline()
[all …]
H A Ddisplay.c426 (strcmp (display[line_index]->text, win->modeline) != 0)) in display_update_one_window()
430 terminal_put_text (win->modeline); in display_update_one_window()
432 strcpy (display[line_index]->text, win->modeline); in display_update_one_window()
434 display[line_index]->textlen = strlen (win->modeline); in display_update_one_window()
H A Dwindow.h68 char *modeline; /* Calculated text of the modeline for this window. */ member
/openbsd/usr.bin/vi/docs/USD.doc/vi.man/
H A Dspell.ok93 modeline
/openbsd/usr.bin/mg/
H A Ddisplay.c60 void modeline(struct mgwin *, int);
501 modeline(wp, modelinecolor); in update()
787 modeline(struct mgwin *wp, int modelinecolor) in modeline() function
/openbsd/usr.bin/vi/docs/USD.doc/vi.ref/
H A Dspell.ok224 modeline
/openbsd/gnu/usr.bin/texinfo/djgpp/
H A DREADME183 modeline (aka the status line). Each attribute is a numeric
/openbsd/gnu/usr.bin/texinfo/doc/
H A Duserdoc.texi637 window is separated from the next by its modeline. At any time, there
673 of the subfile containing the node appears in the modeline as well:
H A Dinfo-stnd.texi655 invisible. When long lines are truncated, the modeline displays the
1209 window is separated from the next by its modeline. At any time, there
1247 of the subfile containing the node appears in the modeline as well:
/openbsd/gnu/usr.bin/texinfo/
H A DNEWS608 supported. The modeline for a compressed file shows "zz" in it.
H A DChangeLog.469263 N_IsCompressed and display "zz" in the modeline if the node comes