diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-15 17:51:26 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-04-19 20:49:05 +0200 |
| commit | ae1ff72fbee8b3f5d063e8baa86a64e3da11aeb2 (patch) | |
| tree | ca9a0f28ae4063ddeb7b50552769be3b68f2de48 /doc/examples/configure-index | |
| parent | 3f5e368ba800f823b36931ced783d450ec621264 (diff) | |
show: Highlight field names and colorize package name
We should pass this properly to the TagSection.write()
Diffstat (limited to 'doc/examples/configure-index')
| -rw-r--r-- | doc/examples/configure-index | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 8a064fc21..48b7a72c2 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -888,6 +888,8 @@ Rred::Compress "<STRING>"; APT::Internal::OpProgress::Absolute "<BOOL>"; APT::Internal::OpProgress::EraseLines "<BOOL>"; APT::Color "<BOOL>"; +APT::Color::Show::Field "<STRING>"; +APT::Color::Show::Package "<STRING>"; update-manager::always-include-phased-updates "<BOOL>"; update-manager::never-include-phased-updates "<BOOL>"; |
