Skip to content

Commit

Permalink
fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
nnh12 committed Dec 5, 2024
1 parent 075ab3e commit 52d62c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion applications/shell/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ impl Shell {
/// The print queue is handled first inside the loop iteration, which means that all print events in the print
/// queue will always be printed to the text display before input events or any other managerial functions are handled.
/// This allows for clean appending to the scrollback buffer and prevents interleaving of text.
pub fn start(mut self) -> Result<(), &'static str> {
fn start(mut self) -> Result<(), &'static str> {
let mut need_refresh = false;
let mut need_prompt = false;
self.redisplay_prompt();
Expand Down

0 comments on commit 52d62c8

Please sign in to comment.