changeset 69984:585153d15846

(note_mouse_highlight): Add help echo for dragging vertical line.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Apr 2006 01:21:48 +0000
parents 3e456faa99aa
children d5629ae481f1
files src/xdisp.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Thu Apr 13 01:19:56 2006 +0000
+++ b/src/xdisp.c	Thu Apr 13 01:21:48 2006 +0000
@@ -22358,7 +22358,10 @@
     }
 
   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;