aboutsummaryrefslogtreecommitdiff
path: root/src/ansi.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-10-28 09:19:48 -0700
committerJoe Wilm <joe@jwilm.com>2016-10-28 09:19:48 -0700
commita81152cc43c12f4232be29798b85ba41fd9482cb (patch)
tree86cb6102af19daaa96b3cbfb1a3ef20af0374f0e /src/ansi.rs
parent7cd8a6ca12cd37ae354084c7246060219b1e3af8 (diff)
downloadalacritty-a81152cc43c12f4232be29798b85ba41fd9482cb.tar.gz
alacritty-a81152cc43c12f4232be29798b85ba41fd9482cb.zip
Support drawing bold test with bright colors
This feature is on by default
Diffstat (limited to 'src/ansi.rs')
-rw-r--r--src/ansi.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ansi.rs b/src/ansi.rs
index c419d7e5..f6d5de37 100644
--- a/src/ansi.rs
+++ b/src/ansi.rs
@@ -303,7 +303,7 @@ pub enum TabulationClearMode {
///
/// The order here matters since the enum should be castable to a `usize` for
/// indexing a color list.
-#[derive(Debug, Copy, Clone, Eq, PartialEq)]
+#[derive(Debug, Copy, Clone, Eq, PartialEq, PartialOrd, Ord)]
pub enum Color {
/// Black
Black = 0,