aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLazaros Koromilas <lostd@2f30.org>2019-02-03 22:57:31 +0200
committerLazaros Koromilas <lostd@2f30.org>2019-02-03 23:06:07 +0200
commit92b695091ecaffcd9f4eb630c740ba50fd5df2d3 (patch)
tree5cdadda9628bf816375a83c1caeff22f12df125f
parent3adbce1b597e0812f1e503e82a671a84ae105f89 (diff)
downloadnoice-92b695091ecaffcd9f4eb630c740ba50fd5df2d3.tar.gz
Restore old defaults without any video attributes
-rw-r--r--config.def.h14
1 files changed, 8 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 932e0ef..f60227b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -11,13 +11,15 @@ int showhidden = 0; /* Set to 1 to show hidden files by default */
int usecolor = 0; /* Set to 1 to enable color attributes */
char *idlecmd = "rain"; /* The screensaver program */
-#define CURSR_ATTR A_REVERSE
-#define DIR_ATTR A_BOLD | COLOR_PAIR(4)
-#define LINK_ATTR A_BOLD | COLOR_PAIR(6)
-#define SOCK_ATTR A_BOLD | COLOR_PAIR(1)
-#define FIFO_ATTR A_BOLD | COLOR_PAIR(5)
-#define EXEC_ATTR A_BOLD | COLOR_PAIR(2)
+/* See curs_attr(3) for valid video attributes */
+#define CURSR_ATTR A_NORMAL
+#define DIR_ATTR A_NORMAL | COLOR_PAIR(4)
+#define LINK_ATTR A_NORMAL | COLOR_PAIR(6)
+#define SOCK_ATTR A_NORMAL | COLOR_PAIR(1)
+#define FIFO_ATTR A_NORMAL | COLOR_PAIR(5)
+#define EXEC_ATTR A_NORMAL | COLOR_PAIR(2)
+/* Colors to use with COLOR_PAIR(n) as attributes */
struct cpair pairs[] = {
{ .fg = 0, .bg = 0 },
/* pairs start at 1 */
Un proyecto texto-plano.xyz