comparison src/redisplay-output.c @ 82:6a378aca36af r20-0b91

Import from CVS: tag r20-0b91
author cvs
date Mon, 13 Aug 2007 09:07:36 +0200
parents 131b0175ea99
children 9f59509498e1
comparison
equal deleted inserted replaced
81:ebca3d831cea 82:6a378aca36af
1138 though, because this routine could cause a change which has a 1138 though, because this routine could cause a change which has a
1139 larger impact on their sizing. */ 1139 larger impact on their sizing. */
1140 /* #### See if we can get away with only calling this if 1140 /* #### See if we can get away with only calling this if
1141 max_line_len is greater than the window_char_width. */ 1141 max_line_len is greater than the window_char_width. */
1142 #ifdef HAVE_SCROLLBARS 1142 #ifdef HAVE_SCROLLBARS
1143 update_window_scrollbars (w, NULL, 1, 1); 1143 {
1144 extern int stupid_vertical_scrollbar_drag_hack;
1145
1146 update_window_scrollbars (w, NULL, 1, stupid_vertical_scrollbar_drag_hack);
1147 stupid_vertical_scrollbar_drag_hack = 1;
1148 }
1144 #endif 1149 #endif
1145 1150
1146 /* This has to be done after we've updated the values. We don't 1151 /* This has to be done after we've updated the values. We don't
1147 call output_end for tty frames. Redisplay will do this after all 1152 call output_end for tty frames. Redisplay will do this after all
1148 tty windows have been updated. This cuts down on cursor 1153 tty windows have been updated. This cuts down on cursor