diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-05-05 22:04:40 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-05-05 22:04:40 +0200 |
commit | 73915971f03cabcbb64accab0c65a14d01904dd5 (patch) | |
tree | 9f1482b638ac65d9e8c45cad258f60b47a7d1fbc /TODO.md | |
parent | libq/atom: add colour to formatted atoms (diff) | |
download | portage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.tar.gz portage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.tar.bz2 portage-utils-73915971f03cabcbb64accab0c65a14d01904dd5.zip |
qdepends: allow custom formatting
This isn't yet fully useful, since information like SLOT, REPO, etc.
isn't available in the parsed atoms.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ - standardize/unify/clean up misc handling of colors define rules: - BOLD CATEGORY/ BLUE PKG GREEN ::REPO NORM [ MAGENTA USE NORM ] + BOLD CATEGORY/ BLUE PKG BKBLUE -VER YELLOW :SLOT GREEN ::REPO NORM [ MAGENTA USE NORM ] - remove odd rmspace for each string in libq/set.c (allows a lot less malloc/frees) |