aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index bcb293a2e85..08627487c66 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -761,6 +761,11 @@ struct buffer
761 /* An integer > 0 means put that number of pixels below text lines 761 /* An integer > 0 means put that number of pixels below text lines
762 in the display of this buffer. */ 762 in the display of this buffer. */
763 Lisp_Object extra_line_spacing; 763 Lisp_Object extra_line_spacing;
764
765 /* *Cursor type to display in non-selected windows.
766 t means to use hollow box cursor.
767 See `cursor-type' for other values. */
768 Lisp_Object cursor_in_non_selected_windows;
764}; 769};
765 770
766 771