diff options
author | vincentdarley <vincentdarley> | 2003-10-31 09:02:06 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-10-31 09:02:06 (GMT) |
commit | 7af9038c44ce6c9ba26de997774b82e3aa1be48f (patch) | |
tree | 1a7d95870c1e63f3d43b706e7e97421c104b19b7 /win | |
parent | cd083ad5022486e8796963fbc54f47ea056b1b05 (diff) | |
download | tk-7af9038c44ce6c9ba26de997774b82e3aa1be48f.zip tk-7af9038c44ce6c9ba26de997774b82e3aa1be48f.tar.gz tk-7af9038c44ce6c9ba26de997774b82e3aa1be48f.tar.bz2 |
TIP 155 implementation
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/tkWinDefault.h b/win/tkWinDefault.h index 66c1ae4..51bb74c 100644 --- a/win/tkWinDefault.h +++ b/win/tkWinDefault.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDefault.h,v 1.16 2002/06/21 23:09:54 hobbs Exp $ + * RCS: @(#) $Id: tkWinDefault.h,v 1.17 2003/10/31 09:02:18 vincentdarley Exp $ */ #ifndef _TKWINDEFAULT @@ -466,6 +466,7 @@ #define DEF_TEXT_AUTO_SEPARATORS "1" #define DEF_TEXT_BG_COLOR "SystemWindow" #define DEF_TEXT_BG_MONO WHITE +#define DEF_TEXT_BLOCK_CURSOR "0" #define DEF_TEXT_BORDER_WIDTH "2" #define DEF_TEXT_CURSOR "xterm" #define DEF_TEXT_FG TEXT_FG |