comparison src/message.c @ 1007:7d29124f77f5 v7.0.133

updated for version 7.0-133
author vimboss
date Sat, 14 Oct 2006 12:32:39 +0000
parents 144ad7f25f67
children b8c880d61acb
comparison
equal deleted inserted replaced
1006:992d5c69d5e9 1007:7d29124f77f5
51 }; 51 };
52 52
53 static struct msg_hist *first_msg_hist = NULL; 53 static struct msg_hist *first_msg_hist = NULL;
54 static struct msg_hist *last_msg_hist = NULL; 54 static struct msg_hist *last_msg_hist = NULL;
55 static int msg_hist_len = 0; 55 static int msg_hist_len = 0;
56 static int msg_hist_off = FALSE; /* don't add messages to history */
57 56
58 /* 57 /*
59 * When writing messages to the screen, there are many different situations. 58 * When writing messages to the screen, there are many different situations.
60 * A number of variables is used to remember the current state: 59 * A number of variables is used to remember the current state:
61 * msg_didany TRUE when messages were written since the last time the 60 * msg_didany TRUE when messages were written since the last time the