mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
Fix line cursor colours (fallout from `256-colours'), on both Windows and Unix.
[originally from svn r5012]
This commit is contained in:
@ -2163,7 +2163,7 @@ void do_cursor(Context ctx, int x, int y, wchar_t *text, int len,
|
||||
length = inst->font_height;
|
||||
}
|
||||
|
||||
gdk_gc_set_foreground(gc, &inst->cols[NCFGCOLOURS-1]);
|
||||
gdk_gc_set_foreground(gc, &inst->cols[261]);
|
||||
if (passive) {
|
||||
for (i = 0; i < length; i++) {
|
||||
if (i % 2 == 0) {
|
||||
|
Reference in New Issue
Block a user