lix/src
alois31 f5ff70d7f3
libmain: clear display attributes in the multiline progress bar
Activities can set display attributes in their log output using the "Select
Graphics Rendition" functionality. To prevent interfering with subsequent text
displayed, these should be reset after writing the log line. The multiline
progress bar neglected to do this, resulting for example in a colorised
"building …" header in the next line. Reset the attributes properly, like the
standard progress bar already does.

Change-Id: I1dc69f4a1d747a76b83e8721a72d9bb0e5554488
2024-07-08 19:08:23 +02:00
..
build-remote build-remote: truncate+hash store URI used in lockfile paths 2024-05-31 12:18:24 +00:00
libcmd libutil: return a program handle from runProgram2 2024-07-05 22:28:16 +00:00
libexpr mildly cleanup libexpr/eval.hh 2024-07-04 17:43:03 -06:00
libfetchers libutil: return sources from runProgram2 2024-07-06 12:36:36 +02:00
libmain libmain: clear display attributes in the multiline progress bar 2024-07-08 19:08:23 +02:00
libstore libstore: make LocalDerivationGoal::needsHashRewrite virtual 2024-07-07 18:06:08 +00:00
libutil libutil: remove RewritingSink match/size tracking 2024-07-06 12:36:37 +02:00
nix libutil: turn HashModuloSink into a free function 2024-07-06 12:36:37 +02:00
nix-build tree-wide: unify progress bar inactive and paused states 2024-07-01 18:19:34 +02:00
nix-channel util.{hh,cc}: Split out users.{hh,cc} 2024-05-29 11:01:34 +02:00
nix-collect-garbage util.{hh,cc}: Split out file-system.{hh,cc} 2024-05-29 09:54:47 +02:00
nix-copy-closure
nix-env libexpr: pass Exprs as references, not pointers 2024-06-17 19:46:44 +00:00
nix-instantiate libexpr: pass Exprs as references, not pointers 2024-06-17 19:46:44 +00:00
nix-store libstore: convert dumpPath to a generator 2024-07-05 22:28:16 +00:00
pch build-time: remove 20% more by PCH'ing C++ stdlib 2024-05-30 21:54:21 +00:00
resolve-system-dependencies
lix-base.pc.in packaging: rename nixexpr -> lixexpr and so on 2024-05-23 16:45:23 -06:00
meson.build