X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=unix%2Fpterm.c;h=54ab31d8a4e71fc0a643c29f9fc7cb5ed376a946;hb=e202f0f22821baadaeb0b5870446f8f04088084c;hp=526e4941195803a93dd9af2f52ecdb95c70e5be2;hpb=4cb0ead4474ee853108683961d1116756e6dc419;p=PuTTY.git diff --git a/unix/pterm.c b/unix/pterm.c index 526e4941..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) { @@ -2551,17 +2551,6 @@ int do_cmdline(int argc, char **argv, int do_everything, return err; } -static void block_signal(int sig, int block_it) { - sigset_t ss; - - sigemptyset(&ss); - sigaddset(&ss, sig); - if(sigprocmask(block_it ? SIG_BLOCK : SIG_UNBLOCK, &ss, 0) < 0) { - perror("sigprocmask"); - exit(1); - } -} - /* * This function retrieves the character set encoding of a font. It * returns the character set without the X11 hack (in case the user