diff options
| author | Jonas Maier <> | 2026-05-24 15:09:57 +0200 |
|---|---|---|
| committer | Jonas Maier <> | 2026-05-24 15:09:57 +0200 |
| commit | 52e97864d483f1f442e96058a17c159c5be10db3 (patch) | |
| tree | de691e8587171e74f72a89ff9784e06fd4235e59 /src | |
| parent | 4a284751a66905c3d1ca6a0f35ab18176a74fcad (diff) | |
| download | pish-52e97864d483f1f442e96058a17c159c5be10db3.tar.gz | |
correct colors after ct-commands modify prompt
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |
