17 Jun 2012 17:41
[PATCH] ui: add support for color attributes
meh. <meh <at> paranoici.org>
2012-06-17 15:41:19 GMT
2012-06-17 15:41:19 GMT
I don't know if this patch is wanted, if it isn't it's not a problem, I will just maintain a repo on github with my patches. If it is wanted and not made properly I'll be glad to fix what's wrong. The main reason for this is to make my theme consistent with the rest of my themes (http://i.imgur.com/b4t7U.png).
>From 670ba0e67c47ec282c7dc839865c76a240f39b76 Mon Sep 17 00:00:00 2001
From: meh <meh <at> paranoici.org>
Date: Sun, 17 Jun 2012 16:28:00 +0200
Subject: [PATCH] ui: add support for color attributes
---
options.c | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
options.h | 15 +++++++++
ui_curses.c | 27 ++++++++++++++--
3 files changed, 141 insertions(+), 2 deletions(-)
diff --git a/options.c b/options.c
index 8325c05..e1c9344 100644
--- a/options.c
+++ b/options.c
<at> <at> -104,6 +104,18 <at> <at> int colors[NR_COLORS] = {
COLOR_WHITE | BRIGHT
};
+int attrs[NR_ATTRS] = {
(Continue reading)
RSS Feed