comparison src/gui.c @ 1521:cc4fe241baa3 v7.1.236

updated for version 7.1-236
author vimboss
date Sat, 19 Jan 2008 14:59:58 +0000
parents ea1a2950ed16
children 4353593fc2c0
comparison
equal deleted inserted replaced
1520:cd6175cc27d9 1521:cc4fe241baa3
5050 else 5050 else
5051 { 5051 {
5052 /* Search for the next match. */ 5052 /* Search for the next match. */
5053 i = msg_scroll; 5053 i = msg_scroll;
5054 do_search(NULL, down ? '/' : '?', ga.ga_data, 1L, 5054 do_search(NULL, down ? '/' : '?', ga.ga_data, 1L,
5055 SEARCH_MSG + SEARCH_MARK); 5055 SEARCH_MSG + SEARCH_MARK, NULL);
5056 msg_scroll = i; /* don't let an error message set msg_scroll */ 5056 msg_scroll = i; /* don't let an error message set msg_scroll */
5057 } 5057 }
5058 5058
5059 /* Don't want to pass did_emsg to other code, it may cause disabling 5059 /* Don't want to pass did_emsg to other code, it may cause disabling
5060 * syntax HL if we were busy redrawing. */ 5060 * syntax HL if we were busy redrawing. */