Skip to content

Instantly share code, notes, and snippets.

View nilbold's full-sized avatar

nil nilbold

View GitHub Profile

Keybase proof

I hereby claim:

  • I am nilbold on github.
  • I am nilbold (https://keybase.io/nilbold) on keybase.
  • I have a public key ASBpDSQL3P-D_MYPQ_koyC-llNcj9dEmyGZgwIit_auluQo

To claim this, I am signing this object:

@nilbold
nilbold / colorful_curses.c
Created March 18, 2015 13:10
example color output with the curses library
#include <curses.h>
#include <stdlib.h>
int main(int argc, char **argv) {
initscr();
start_color();
const int colors[] = {
COLOR_BLACK,
COLOR_RED,