comparison src/redisplay-tty.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents 558f606b08ae
children bbff43aa5eb7
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
287 287
288 xpos += rb->width; 288 xpos += rb->width;
289 elt++; 289 elt++;
290 } 290 }
291 } 291 }
292 /* #### RUNE_HLINE is actualy a little more complicated than this 292 /* #### RUNE_HLINE is actually a little more complicated than this
293 but at the moment it is only used to draw a turned off 293 but at the moment it is only used to draw a turned off
294 modeline and this will suffice for that. */ 294 modeline and this will suffice for that. */
295 else if (rb->type == RUNE_BLANK || rb->type == RUNE_HLINE) 295 else if (rb->type == RUNE_BLANK || rb->type == RUNE_HLINE)
296 { 296 {
297 Emchar ch_to_add; 297 Emchar ch_to_add;