Home
last modified time | relevance | path

Searched defs:window_struct (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dwindow.h60 typedef struct window_struct struct
62 struct window_struct *next; /* Next window in this chain. */ argument
63 struct window_struct *prev; /* Previous window in this chain. */ argument
64 int width; /* Width of this window. */
65 int height; /* Height of this window. */
66 int first_row; /* Offset of the first line in the_screen. */
67 int goal_column; /* The column we would like the cursor to appear in. */
68 Keymap keymap; /* Keymap used to read commands in this window. */
70 char *modeline; /* Calculated text of the modeline for this window. */
71 char **line_starts; /* Array of printed line starts for this node. */
[all …]