commit f13a6e9e92e675c3c5e2b5be398d3207e7de19b8 parent 293c27dbbaaf0fcd981b3ccf3121c4973e420e13 Author: sin <sin@2f30.org> Date: Fri, 7 Nov 2014 14:01:39 +0000 Remove config.alt.h and use #if 0 #else #endif in config.def.h Diffstat:
D | config.alt.h | | | 3 | --- |
M | config.def.h | | | 6 | ++++++ |
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/config.alt.h b/config.alt.h @@ -1,3 +0,0 @@ -#define CHBAR L'▮' -#define CHPEAK L'▪' -#define CHPOINT L'●' diff --git a/config.def.h b/config.def.h @@ -1,3 +1,9 @@ +#if 0 +#define CHBAR L'▮' +#define CHPEAK L'▪' +#define CHPOINT L'●' +#else #define CHBAR L'|' #define CHPEAK L'.' #define CHPOINT L'=' +#endif