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
a526e8f5
Commit
a526e8f5
authored
Apr 13, 2006
by
Nick Roberts
Browse files
(note_mouse_highlight): Add help echo for dragging vertical line.
parent
5c24517a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/xdisp.c
src/xdisp.c
+4
-1
No files found.
src/xdisp.c
View file @
a526e8f5
...
...
@@ -22358,7 +22358,10 @@ note_mouse_highlight (f, x, y)
}
if (part == ON_VERTICAL_BORDER)
cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
{
cursor = FRAME_X_OUTPUT (f)->horizontal_drag_cursor;
help_echo_string = make_string ("drag-mouse-1: resize", 20);
}
else if (part == ON_LEFT_FRINGE || part == ON_RIGHT_FRINGE
|| part == ON_SCROLL_BAR)
cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
...
...
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