[lldb][gui] use syntax highlighting also in gui mode
authorLuboš Luňák <l.lunak@centrum.cz>
Tue, 4 Aug 2020 09:58:51 +0000 (11:58 +0200)
committerLuboš Luňák <l.lunak@centrum.cz>
Thu, 6 Aug 2020 06:57:53 +0000 (08:57 +0200)
commit14406ca01fd3f401742b0f78f3780f62f3934468
tree8a49647ee744c03903a34d8790b312f451029292
parentfc0e8fb7874a73277b221e3f940b749cdd0a99d7
[lldb][gui] use syntax highlighting also in gui mode

Use the same functionality as the non-gui mode, the colors just
need translating to curses colors.

Differential Revision: https://reviews.llvm.org/D85145
lldb/source/Core/IOHandlerCursesGUI.cpp