Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4e361664
Commit
4e361664
authored
Jul 27, 2002
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_display_and_set_cursor): Check FRAME_CURSOR_WIDTH for bar cursor.
parent
1475142b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/xterm.c
src/xterm.c
+4
-1
No files found.
src/xterm.c
View file @
4e361664
...
...
@@ -11885,7 +11885,10 @@ x_display_and_set_cursor (w, on, hpos, vpos, x, y)
struct buffer *b = XBUFFER (w->buffer);
if (EQ (b->cursor_type, Qt))
new_cursor_type = FRAME_DESIRED_CURSOR (f);
{
new_cursor_type = FRAME_DESIRED_CURSOR (f);
new_cursor_width = FRAME_CURSOR_WIDTH (f);
}
else
new_cursor_type = x_specified_cursor_type (b->cursor_type,
&new_cursor_width);
...
...
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