This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <curses.h> | |
#include <stdlib.h> | |
#include <time.h> | |
int b[32], *d=&b[16], q, v, y; | |
char*m[]={ | |
"CBA@GFEDKJIHONML", | |
"@DHLAEIMBFJNCGKO", | |
"LHD@MIEANJFBOKGC", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From aab2d58869a1b4b05a107a1e611d0e131045a3b3 Mon Sep 17 00:00:00 2001 | |
From: Kevin Schoedel <kps@datatravelandexperiments.com> | |
Date: Thu, 19 Dec 2013 11:00:44 -0500 | |
Subject: [PATCH] Added prefix count for motion and size operations. | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit | |
The user can type a number and optional unit that will be used as | |
a value by certain following commands. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 065c49efe04a92b71465a54f935e9211e2393cd7 Mon Sep 17 00:00:00 2001 | |
From: Kevin Schoedel <kps@datatravelandexperiments.com> | |
Date: Thu, 19 Dec 2013 13:49:13 -0500 | |
Subject: [PATCH] Add user-defined color palettes. | |
MIME-Version: 1.0 | |
Content-Type: text/plain; charset=UTF-8 | |
Content-Transfer-Encoding: 8bit | |
The “Color Swatches” menu option “Current key colors” builds a palette | |
from the colors in use in the layout. |