[all-commits] [llvm/llvm-project] 0acc9e: [lldb] Support "bright" ANSI colors

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Mar 7 12:10:11 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0acc9e4b5edd8b39ff3d4c6d0e17f02007671c4e
      https://github.com/llvm/llvm-project/commit/0acc9e4b5edd8b39ff3d4c6d0e17f02007671c4e
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2022-03-07 (Mon, 07 Mar 2022)

  Changed paths:
    M lldb/include/lldb/Utility/AnsiTerminal.h

  Log Message:
  -----------
  [lldb] Support "bright" ANSI colors

Support ANSI escape codes for bright colors variants. Most modern
terminals support them. LLDB is not using them in any of its defaults,
but they're useful for people who want to modify their preferred ANSI
prefix/suffix.

Differential revision: https://reviews.llvm.org/D121131




More information about the All-commits mailing list