suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Allow small/medium cursors that DOS window has #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
you don't have any block cursors between the faint underscore and the large
block.  I would be a nice addition to allow a 'small' and 'medium' block
cursor similar to what the MS-DOS win in XP looks like --

Small being about 3 pixels high (starting from the underline position),
and medium (the one I prefer), is less than the height of an 'x'.  In fact,
it looks like it goes from the underline to just a hair below the top curve
of a lower case 'c' -- I can see a faint gap between the cursor and the top
most part of the curve of the c, so the block is probably no more than
1/3rd(?) the height of the character cell?

Would be a nice addition to what is a VERY polished and excellent product.

Just found it yesterday...and am impressed...Many thanks!

-linda

Original issue reported on code.google.com by min...@tlinx.org on 6 Nov 2009 at 7:14

GoogleCodeExporter commented 9 years ago
I won't change the 2-pixel underscore cursor, because I find the 3-pixel cursor 
in
the console rather ugly due to it touching the base of characters. I'll consider
adding the half block cursor though. Do you like the way it inverts half the
character, or could this be handled differently?

Original comment by andy.koppe on 6 Nov 2009 at 7:38

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 6 Nov 2009 at 7:39

GoogleCodeExporter commented 9 years ago
I think the reverse video is fine...

Original comment by min...@tlinx.org on 8 Nov 2009 at 12:39

GoogleCodeExporter commented 9 years ago
On reflection, this is too much work for too little gain. There's no 
straightforward 
way to do reverse video for half a character, and console's approach of xoring 
the 
colours only really works properly for black and white.

Original comment by andy.koppe on 30 Jan 2010 at 10:46