Searched defs:window_struct (Results 1 – 1 of 1) sorted by relevance
60 typedef struct window_struct struct62 struct window_struct *next; /* Next window in this chain. */ argument63 struct window_struct *prev; /* Previous window in this chain. */ argument64 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 …]