nix edit / log: Operate on a single Installable
This commit is contained in:
parent
9b82ecbae0
commit
e9c07a3b26
6 changed files with 109 additions and 98 deletions
|
|
@ -116,7 +116,7 @@ public:
|
|||
{
|
||||
auto state(state_.lock());
|
||||
if (!state->active) return;
|
||||
state->active = true;
|
||||
state->active = false;
|
||||
std::string status = getStatus(*state);
|
||||
writeToStderr("\r\e[K");
|
||||
if (status != "")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue