ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/encoding.C
(Generate patch)

Comparing rxvt-unicode/src/encoding.C (file contents):
Revision 1.18 by root, Wed Aug 4 03:29:28 2004 UTC vs.
Revision 1.19 by root, Mon Aug 23 18:51:21 2004 UTC

304 304
305#include "table/category.h" 305#include "table/category.h"
306 306
307bool unicode::is_space (unicode_t c) 307bool unicode::is_space (unicode_t c)
308{ 308{
309 return IS_SPACE (c); 309 return IS_SPACE (c)
310 || c == 0x09; // exclude tabs, too, as we store them in the buffer
310} 311}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines