diff options
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/application.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/application.rs b/helix-term/src/application.rs index dad6df2b..0e988a1a 100644 --- a/helix-term/src/application.rs +++ b/helix-term/src/application.rs @@ -200,6 +200,7 @@ impl Application { let (bt, _) = debugger.stack_trace(main.id).await.unwrap(); debugger.stack_pointer = bt.get(0).cloned(); } + self.render(); } _ => {} } |