Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6431cf0d
Commit
6431cf0d
authored
Apr 30, 2004
by
Kim F. Storm
Browse files
(syms_of_buffer) <cursor-type>: Add hbar value.
parent
2ed2415d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/buffer.c
src/buffer.c
+4
-2
No files found.
src/buffer.c
View file @
6431cf0d
...
...
@@ -5856,8 +5856,10 @@ Values are interpreted as follows:
t use the cursor specified for the frame
nil don't display a cursor
bar display a bar cursor with default width
(bar . WIDTH) display a bar cursor with width WIDTH
bar display a vertical bar cursor with default width
(bar . WIDTH) display a vertical bar cursor with width WIDTH
hbar display a horisontal bar cursor with default width
(hbar . WIDTH) display a horisontal bar cursor with width WIDTH
ANYTHING ELSE display a box cursor.
When the buffer is displayed in a nonselected window,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment