diff options
author | vincentdarley <vincentdarley> | 2005-10-10 10:36:34 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-10-10 10:36:34 (GMT) |
commit | fa7f9b16ed36e2503dc0fb350b2be2cb0d4cf624 (patch) | |
tree | ce21d5eee20f7e5c9a628e238ad0a87a0aaeebad /unix/tkUnixDefault.h | |
parent | 6334645b700d0d233844afb5b2796a6e93c987b4 (diff) | |
download | tk-fa7f9b16ed36e2503dc0fb350b2be2cb0d4cf624.zip tk-fa7f9b16ed36e2503dc0fb350b2be2cb0d4cf624.tar.gz tk-fa7f9b16ed36e2503dc0fb350b2be2cb0d4cf624.tar.bz2 |
tip256 implementation
Diffstat (limited to 'unix/tkUnixDefault.h')
-rw-r--r-- | unix/tkUnixDefault.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tkUnixDefault.h b/unix/tkUnixDefault.h index bfea82b..d47bb0e 100644 --- a/unix/tkUnixDefault.h +++ b/unix/tkUnixDefault.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: tkUnixDefault.h,v 1.21 2004/10/24 17:22:55 dkf Exp $ + * RCS: @(#) $Id: tkUnixDefault.h,v 1.22 2005/10/10 10:36:35 vincentdarley Exp $ */ #ifndef _TKUNIXDEFAULT @@ -515,6 +515,7 @@ #define DEF_TEXT_SPACING3 "0" #define DEF_TEXT_STATE "normal" #define DEF_TEXT_TABS "" +#define DEF_TEXT_TABSTYLE "tabular" #define DEF_TEXT_TAKE_FOCUS (char *) NULL #define DEF_TEXT_UNDO "0" #define DEF_TEXT_WIDTH "80" |