GNOME Bugzilla – Bug 345818
block cursor (patch included)
Last modified: 2007-07-09 16:03:24 UTC
It would be nice if gtk supported block cursors a la terminal.
Created attachment 67941 [details] [review] block cursor support
patch adds style property "block-cursor" to gtk textview and gtk entry, off by default.
patch applies to current (well, a few minutes ago anyway) cvs, btw
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.
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 :)
Block cursor support has meanwhile been added.