--- gtk-xemacs/src/redisplay-tty.c.cursor	Tue Nov 28 18:24:15 2000
+++ gtk-xemacs/src/redisplay-tty.c	Tue Nov 28 18:25:09 2000
@@ -1236,7 +1236,7 @@
     }
 
   TTY_SD (c).cursor_visible = tgetstr ("ve", &bufptr);
-  TTY_SD (c).cursor_normal = tgetstr ("vs", &bufptr);
+  TTY_SD (c).cursor_normal = tgetstr ("ve", &bufptr);
   TTY_SD (c).init_motion = tgetstr ("ti", &bufptr);
   TTY_SD (c).end_motion = tgetstr ("te", &bufptr);
   TTY_SD (c).keypad_on = tgetstr ("ks", &bufptr);
