Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoheiu committed Feb 2, 2024
1 parent af47ad9 commit 7f025ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ pub fn run(arg: PathBuf, log: bool) -> Result<(), FxError> {

/// Run the app. (Containing the main loop)
fn _run(mut state: State, session_path: PathBuf) -> Result<(), FxError> {
//Enter the alternate screen with crossterm
//Save the current cursor position and enter the alternate screen with crossterm
let mut screen = stdout();
write!(screen, "{}", SavePosition)?;
enter_raw_mode();
Expand Down

0 comments on commit 7f025ab

Please sign in to comment.