diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-14 08:30:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-07-14 08:30:12 +0000 |
commit | 6518ce5cf01755374e22ff2d69aa1ee0e0a4aeb9 (patch) | |
tree | a9709c5164f467c00c8b90d524461ad512e62b36 /app/xterm/charclass.c | |
parent | 8126a298d120522d6d2e12e1070085274eee8206 (diff) |
Update to xterm-309. Version 308 tested by several people including
naddy@ who found a small regression, fixed in 309.
Diffstat (limited to 'app/xterm/charclass.c')
-rw-r--r-- | app/xterm/charclass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/charclass.c b/app/xterm/charclass.c index 675ef1738..049c07755 100644 --- a/app/xterm/charclass.c +++ b/app/xterm/charclass.c @@ -1,4 +1,4 @@ -/* $XTermId: charclass.c,v 1.22 2009/11/05 23:46:15 tom Exp $ */ +/* $XTermId: charclass.c,v 1.23 2014/05/26 17:12:51 tom Exp $ */ /* * Compact and efficient reimplementation of the @@ -6,7 +6,7 @@ * * Markus Kuhn -- mkuhn@acm.org -- 2000-07-03 * - * Xterm allows users to select entire words with a double-click on the left + * xterm allows users to select entire words with a double-click on the left * mouse button. Opinions might differ on what type of characters are part of * separate words, therefore xterm allows users to configure a class code for * each 8-bit character. Words are maximum length sequences of neighboring |