aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonas Maier <>2026-05-24 15:09:57 +0200
committerJonas Maier <>2026-05-24 15:09:57 +0200
commit52e97864d483f1f442e96058a17c159c5be10db3 (patch)
treede691e8587171e74f72a89ff9784e06fd4235e59 /src
parent4a284751a66905c3d1ca6a0f35ab18176a74fcad (diff)
downloadpish-52e97864d483f1f442e96058a17c159c5be10db3.tar.gz
correct colors after ct-commands modify prompt
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 9716b7b..849ddea 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -434,6 +434,7 @@ pub fn event_loop() {
drop(se);
// not sure if/how to report this error - would be strange to print something to console every time a keybind command returns nonzero exit code.
let _ = run::run_quiet(session.clone(), cmd);
+ session.lock().unwrap().cohere().unwrap();
continue 'repl;
}