diff options
author | dkf <dkf@noemail.net> | 2008-12-06 10:48:27 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2008-12-06 10:48:27 (GMT) |
commit | 4f0eac38b8a8dc3e5f08a29f06783c9386590f6d (patch) | |
tree | 7e161ef2a78eb2fc23ac4e1618b11c8ce8f7d26b /unix/tkUnixDefault.h | |
parent | 821b68e9a8b9be6dd5bfdbe110c911c174d61b4f (diff) | |
download | tk-4f0eac38b8a8dc3e5f08a29f06783c9386590f6d.zip tk-4f0eac38b8a8dc3e5f08a29f06783c9386590f6d.tar.gz tk-4f0eac38b8a8dc3e5f08a29f06783c9386590f6d.tar.bz2 |
Implementation of TIP #197.
FossilOrigin-Name: f5b1e7040ddddd4220f0b534e088e6fc876f3652
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 00d14cf..4056896 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.27 2008/10/20 10:50:20 dkf Exp $ + * RCS: @(#) $Id: tkUnixDefault.h,v 1.28 2008/12/06 10:48:29 dkf Exp $ */ #ifndef _TKUNIXDEFAULT @@ -480,6 +480,7 @@ #define DEF_TEXT_INSERT_BD_MONO "0" #define DEF_TEXT_INSERT_OFF_TIME "300" #define DEF_TEXT_INSERT_ON_TIME "600" +#define DEF_TEXT_INSERT_UNFOCUSSED "none" #define DEF_TEXT_INSERT_WIDTH "2" #define DEF_TEXT_MAX_UNDO "0" #define DEF_TEXT_PADX "1" |