summaryrefslogtreecommitdiff
path: root/src/color.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2013-03-06 20:25:23 +0100
committerMaxime Coste <frrrwww@gmail.com>2013-03-06 20:28:02 +0100
commitf677d4ba32ea09aa9de2d5efd3407e842995c292 (patch)
tree6e20e677432e799b94169a161a5bded36729384b /src/color.hh
parent594ee65949aebafef5848c458bcbb7093c204360 (diff)
Use a ColorPair in DisplayAtoms instead of separate fg/bg colors
Diffstat (limited to 'src/color.hh')
-rw-r--r--src/color.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/color.hh b/src/color.hh
index 61a57153..21676fe6 100644
--- a/src/color.hh
+++ b/src/color.hh
@@ -17,6 +17,8 @@ enum class Color : char
White
};
+using ColorPair = std::pair<Color, Color>;
+
}
#endif // color_hh_INCLUDED