use Colors and Attributes are char

This commit is contained in:
Maxime Coste 2012-10-23 22:43:12 +02:00
parent 98b6618658
commit 227c66cf61
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
namespace Kakoune
{
enum class Color
enum class Color : char
{
Default,
Black,

View File

@ -18,7 +18,7 @@ struct DisplayCoord : LineAndColumn<DisplayCoord, LineCount, CharCount>
: LineAndColumn(line, column) {}
};
typedef int Attribute;
typedef char Attribute;
enum Attributes
{