Skip to content

Instantly share code, notes, and snippets.

diff --git a/CRT.c b/CRT.c
index 86ddd1c..3ef2139 100644
--- a/CRT.c
+++ b/CRT.c
@@ -569,7 +569,7 @@ void CRT_setColors(int colorScheme) {
CRT_colors[LED_COLOR] = ColorPair(Green,Black);
CRT_colors[TASKS_RUNNING] = A_BOLD | ColorPair(Green,Black);
CRT_colors[PROCESS] = A_NORMAL;
- CRT_colors[PROCESS_SHADOW] = A_BOLD | ColorPair(Black,Black);
+ CRT_colors[PROCESS_SHADOW] = A_BOLD | ColorPair(Green,Black);
@teenst
teenst / gist:7334460
Last active December 27, 2015 13:39 — forked from kmizu/gist:1876800

Scala 開発環境構築手順

前提条件

  • JDKがinstall済みであること
  • java コマンドに環境変数Pathが通っていること
@teenst
teenst / 0_reuse_code.js
Created October 14, 2013 15:49
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@teenst
teenst / Gemfile
Created December 22, 2011 16:18 — forked from phelrine/stranimate.rb
string animation
# A sample Gemfile
source "http://rubygems.org"
gem "rmagick"