about summary refs log tree commit diff stats
path: root/continuation1.mu
Commit message (Expand)AuthorAgeFilesLines
* 4160 - named marks for delimited continuationsKartik K. Agaram2017-12-151-2/+2
* 4134 - 'input' = 'ingredient'Kartik K. Agaram2017-12-031-1/+1
* 4133Kartik K. Agaram2017-11-251-0/+5
* 4123Kartik K. Agaram2017-11-161-12/+4
* 4117 - done with delimited continuationsKartik K. Agaram2017-11-061-1/+6
* 4103 - continuations no longer cause memory corruptionKartik K. Agaram2017-11-031-0/+23
71d3b49ef97194f0c80ebe161'>^
366d81e ^
16c67f3 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15




                                                              
                                                                          

                                 
                                 

                                                                                  
                         


                                                                                                                               
/*
 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
 * See LICENSE file for license details.
 */

#define FONT		"-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*"
#define BGCOLOR		"#000000"
#define FGCOLOR		"#ffaa00"
#define BORDERCOLOR	"#000000"
#define STATUSCMD	"echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \
					" `acpi | awk '{print $4}' | sed 's/,//'`"
#define KEYS		\
	{ Mod1Mask, XK_Return, run, "xterm -u8 -bg black -fg white -fn '-*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*'" }, \
	{ Mod1Mask | ShiftMask, XK_q, quit, NULL},