Mercurial > hg > xemacs-beta
diff src/redisplay-tty.c @ 251:677f6a0ee643 r20-5b24
Import from CVS: tag r20-5b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:59 +0200 |
parents | 41ff10fd062f |
children | 8efd647ea9ca |
line wrap: on
line diff
--- a/src/redisplay-tty.c Mon Aug 13 10:19:12 2007 +0200 +++ b/src/redisplay-tty.c Mon Aug 13 10:19:59 2007 +0200 @@ -105,7 +105,7 @@ considered to be fixed width. In other words, we just return len. ****************************************************************************/ static int -tty_text_width (struct face_cachel *cachel, CONST Emchar *str, +tty_text_width (struct frame *f, struct face_cachel *cachel, CONST Emchar *str, Charcount len) { return emchar_string_displayed_columns (str, len);