diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2023-09-13 20:58:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 20:58:12 -0700 |
commit | 645a3855dda43275abfef4078b204d464a290ccc (patch) | |
tree | c4a4305051bbc3fca5824222c07ff64d8355d84c /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 16cf9c9af00422b6cc7f2d3742152c4a5c9d2a1d (diff) | |
download | llvm-645a3855dda43275abfef4078b204d464a290ccc.zip llvm-645a3855dda43275abfef4078b204d464a290ccc.tar.gz llvm-645a3855dda43275abfef4078b204d464a290ccc.tar.bz2 |
[lldb] Add a setting to customize the prompt color (#66218)
Users often want to change the look of their prompt and currently the
only way to do that is by using ANSI escape codes in the prompt itself.
This is not only tedious, it also results in extra whitespace because
our Editline wrapper, when computing the cursor column, doesn't ignore
the invisible escape codes.
We already have various *-ansi-{prefix,suffix} settings that allow the
users to customize the color of auto-suggestions and progress events,
using mnemonics like ${ansi.fg.yellow}. This patch brings the same
mechanism to the prompt.
rdar://115390406
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions