diff options
author | vincentdarley <vincentdarley@noemail.net> | 2003-10-31 09:02:06 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley@noemail.net> | 2003-10-31 09:02:06 (GMT) |
commit | 5eff7a7e7472a0afeaed6693a0bb33a04afb9fcd (patch) | |
tree | 1a7d95870c1e63f3d43b706e7e97421c104b19b7 /mac | |
parent | 1720da46d4dbb55685b917c0e3cf134b7f18893f (diff) | |
download | tk-5eff7a7e7472a0afeaed6693a0bb33a04afb9fcd.zip tk-5eff7a7e7472a0afeaed6693a0bb33a04afb9fcd.tar.gz tk-5eff7a7e7472a0afeaed6693a0bb33a04afb9fcd.tar.bz2 |
TIP 155 implementation
FossilOrigin-Name: e58248ce5f8b5af24ae723c3108610d0d5272db7
Diffstat (limited to 'mac')
-rw-r--r-- | mac/tkMacDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mac/tkMacDefault.h b/mac/tkMacDefault.h index 64901d4..a708ee3 100644 --- a/mac/tkMacDefault.h +++ b/mac/tkMacDefault.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacDefault.h,v 1.16 2002/06/21 23:09:55 hobbs Exp $ + * RCS: @(#) $Id: tkMacDefault.h,v 1.17 2003/10/31 09:02:14 vincentdarley Exp $ */ #ifndef _TKMACDEFAULT @@ -471,6 +471,7 @@ #define DEF_TEXT_AUTO_SEPARATORS "1" #define DEF_TEXT_BG_COLOR NORMAL_BG #define DEF_TEXT_BG_MONO WHITE +#define DEF_TEXT_BLOCK_CURSOR "0" #define DEF_TEXT_BORDER_WIDTH "0" #define DEF_TEXT_CURSOR "xterm" #define DEF_TEXT_FG BLACK |