* Headers/AppKit/NSTextView.h: Enable disabled insertion point

blinking code.



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@24593 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sergii Stoian 2007-02-16 01:34:27 +00:00
parent 7a9c3371c9
commit b783922fe2

View file

@ -169,7 +169,7 @@ therefore be stored in the NSLayoutManager to avoid problems.
text view that is the first responder, so there shouldn't be any
problems with keeping track of it locally. Still need to think hard
about handling of it, though. */
#if 0
//#if 0
/* Timer used to redraw the insertion point ... FIXME - think what
happens with multiple textviews */
NSTimer *_insertionPointTimer;
@ -179,7 +179,7 @@ therefore be stored in the NSLayoutManager to avoid problems.
following little period in which the insertion point should not
be drawn */
BOOL _drawInsertionPointNow;
#endif
//#endif
/* Stores the insertion point rect - updated by