1
0
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:
Jacob Nevins
2004-12-19 22:37:05 +00:00
parent cbfd7bb7f5
commit a27ce0492b
2 changed files with 3 additions and 3 deletions

View File

@ -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) {