refactor: Integral types

This commit is contained in:
Michael Carlberg 2017-01-19 11:11:28 +01:00
parent 5e1886a312
commit 452afcdc68
56 changed files with 460 additions and 458 deletions
include/components

View file

@ -71,8 +71,8 @@ class builder {
map<syntaxtag, int> m_tags{};
map<syntaxtag, string> m_colors{};
uint8_t m_attributes{0};
uint8_t m_fontindex{0};
int m_attributes{0};
int m_fontindex{0};
string m_background{};
string m_foreground{};