After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345818 - block cursor (patch included)
block cursor (patch included)
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.9.x
Other All
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-24 14:06 UTC by danny.milo
Modified: 2007-07-09 16:03 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
block cursor support (15.24 KB, patch)
2006-06-24 14:07 UTC, danny.milo
none Details | Review

Description danny.milo 2006-06-24 14:06:17 UTC
It would be nice if gtk supported block cursors a la terminal.
Comment 1 danny.milo 2006-06-24 14:07:04 UTC
Created attachment 67941 [details] [review]
block cursor support
Comment 2 danny.milo 2006-06-24 14:07:57 UTC
patch adds style property "block-cursor" to gtk textview and gtk entry, off by default. 
Comment 3 danny.milo 2006-06-24 14:34:03 UTC
patch applies to current (well, a few minutes ago anyway) cvs, btw
Comment 4 Matthias Clasen 2006-06-24 15:10:06 UTC
I don't think a block cursor makes sense as a style property.  
I'd rather see a block cursor be used to indicate overwrite mode.
Comment 5 danny.milo 2006-06-24 22:31:13 UTC
well, that could work, too. 

However, being the traditionalist that I am, I _do_ use the block cursor everywhere, also in "insert" mode...

I guess that isn't the usual usecase though :)
Comment 6 Matthias Clasen 2007-07-09 16:03:24 UTC
Block cursor support has meanwhile been added.