X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/15b5d9882db7f678c09f97ebbe66eadd9b05a9aa..fdc94dd1746632e036367456be5a77b11512ac1b:/unix/pterm.c diff --git a/unix/pterm.c b/unix/pterm.c index 23ef37fb..54ab31d8 100644 --- a/unix/pterm.c +++ b/unix/pterm.c @@ -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) {