diff options
| author | Julian Andres Klode <jak@debian.org> | 2024-04-22 17:31:46 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2024-04-22 17:31:46 +0000 |
| commit | 20ab001670226e92ca8a74f1e2308197111a8420 (patch) | |
| tree | 79b91f7e1543fb7a6a1585c0876a58b270448e0c /doc/examples | |
| parent | 4e9a9dbf9bd52d38ab5818f3eb32c8189fd25671 (diff) | |
| parent | 129662acca40d3bd212f19e94db6df9d0ba4ba80 (diff) | |
Merge branch 'ui-2.9.2' into 'main'
UI changes for 2.9.2
See merge request apt-team/apt!343
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 3f6140038..981fe6f93 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -726,6 +726,7 @@ apt::planner "<STRING>"; apt::system "<STRING>"; apt::acquire::translation "<STRING>"; // deprecated in favor of Acquire::Languages apt::color::highlight "<STRING>"; +apt::color::bold "<STRING>"; apt::color::neutral "<STRING>"; apt::output-version "<INT>"; @@ -888,6 +889,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>"; |
