Skip to content

Instantly share code, notes, and snippets.

View alexevier's full-sized avatar
💭
themes go brrr

alexevier alexevier

💭
themes go brrr
View GitHub Profile
@jasonm23
jasonm23 / xterm-256color.svg
Last active May 1, 2025 12:22
Xterm 256color mode color chart, organised into sections. (used on Wikipedia/xterm)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sebcode
sebcode / ncursestest.cpp
Created April 24, 2011 20:48
quick&dirty example on how to use ncurses library in c++ to build a mutt-like user interface. build with g++ -lncurses ncursestest.cpp
#include <iostream>
#include <signal.h>
#include <ncurses.h>
#include <menu.h>
#include <string>
#include <unistd.h>
using namespace std;
#define SCREEN_MAIN 0