summary refs log tree commit diff
path: root/home/.local/bin/nasd
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-11 15:26:57 -0400
committerJune McEnroe <june@causal.agency>2018-08-11 15:26:57 -0400
commit765ce89f5cf5ddc37bd5b809020cc62be7c70ba6 (patch)
tree24d3a21494e715607090c801f5eb27a5eb0044c3 /home/.local/bin/nasd
parentAdd notify-send mimic for macOS (diff)
downloadsrc-765ce89f5cf5ddc37bd5b809020cc62be7c70ba6.tar.gz
src-765ce89f5cf5ddc37bd5b809020cc62be7c70ba6.zip
Refactor scheme and add mintty output
Black=22,21,16
Red=163,40,16
Green=114,122,24
Yellow=163,119,32
Blue=61,98,102
Magenta=122,73,85
Cyan=85,122,85
White=122,113,85
BoldBlack=76,70,53
BoldRed=204,50,20
BoldGreen=142,153,30
BoldYellow=204,149,40
BoldBlue=76,123,127
BoldMagenta=153,91,107
BoldCyan=107,153,107
BoldWhite=204,188,142
BackgroundColour=20,19,14
ForegroundColour=183,169,128
CursorColour=97,90,68
Diffstat (limited to 'home/.local/bin/nasd')
0 files changed, 0 insertions, 0 deletions
ld everything if CGIT_VERSION changesJohn Keeping If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping