Searched refs:modeline (Results 1 – 11 of 11) sorted by relevance
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | window.c | 185 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 D | display.c | 426 (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 D | window.h | 68 char *modeline; /* Calculated text of the modeline for this window. */ member
|
/openbsd/usr.bin/vi/docs/USD.doc/vi.man/ |
H A D | spell.ok | 93 modeline
|
/openbsd/usr.bin/mg/ |
H A D | display.c | 60 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 D | spell.ok | 224 modeline
|
/openbsd/gnu/usr.bin/texinfo/djgpp/ |
H A D | README | 183 modeline (aka the status line). Each attribute is a numeric
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | userdoc.texi | 637 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 D | info-stnd.texi | 655 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 D | NEWS | 608 supported. The modeline for a compressed file shows "zz" in it.
|
H A D | ChangeLog.46 | 9263 N_IsCompressed and display "zz" in the modeline if the node comes
|