From cf7201af7a96abc2f4709b3b41e87e5e3ecb1569 Mon Sep 17 00:00:00 2001 From: bitozoid Date: Mon, 3 Feb 2020 10:42:51 +0000 Subject: [PATCH] Limit dep order filter To fix #182. --- src/ui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.sh b/src/ui.sh index 6716c75..08c4a71 100644 --- a/src/ui.sh +++ b/src/ui.sh @@ -77,7 +77,7 @@ ui::width() { } ui::remove_dep_order() { - sed -E 's/^[^;]+; //' + sed -E 's/^: [^;]+; //' } ui::print_preview() {