[all-commits] [llvm/llvm-project] 14406c: [lldb][gui] use syntax highlighting also in gui mode

Luboš Luňák via All-commits all-commits at lists.llvm.org
Wed Aug 5 23:59:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 14406ca01fd3f401742b0f78f3780f62f3934468
      https://github.com/llvm/llvm-project/commit/14406ca01fd3f401742b0f78f3780f62f3934468
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [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


  Commit: 4a8e4b5c744791da629ec4a282acdf536f4471dd
      https://github.com/llvm/llvm-project/commit/4a8e4b5c744791da629ec4a282acdf536f4471dd
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2020-08-06 (Thu, 06 Aug 2020)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [lldb][gui] use names for color pairs, instead of magic numbers

Differential Revision: https://reviews.llvm.org/D85286


Compare: https://github.com/llvm/llvm-project/compare/fc0e8fb7874a...4a8e4b5c7447


More information about the All-commits mailing list