9 Commits

Author SHA1 Message Date
Leandro Dorileo
62143d041e textutil: add color map facilities
Introduce SetColorMap()/GetColorMap() API's. With this the user may
change the termbox's output (i.e with Output256) mode and set a broader
color map.

In the future - if needed - we could introduce an API to switch modes
and automatically remap the colors as required. For now, this API's
are good enough.

Signed-off-by: Leandro Dorileo <leandro.maciel.dorileo@intel.com>
2018-07-17 15:14:59 -07:00
Vladimir Markelov
7cbba07780 Support termbox mouse move events and huge refactoring 2016-10-13 14:16:05 -07:00
Vladimir Markelov
ebcb563034 add test suit for text utils 2015-12-22 10:48:12 -08:00
Vladimir Markelov
54bead63d9 better horizontal scroll draw support 2015-11-06 11:55:57 -08:00
Vladimir Markelov
9fb3d3174e added slice ability for colorized strings 2015-11-05 17:47:20 -08:00
Vladimir Markelov
d184b3b829 closes #40 - alignment for multicolored single lined string 2015-11-05 11:36:51 -08:00
Vladimir Markelov
221b3bc613 #24 - add docs for Window 2015-10-29 16:13:31 -07:00
Vladimir Markelov
ee61615b56 initial colorful output 2015-10-23 17:50:08 -07:00
Vladimir Markelov
0078d1ed0b refactoring and crossplatform patch 2015-10-16 10:27:43 -07:00