Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Kacperacy committed Mar 5, 2024
1 parent b758e55 commit 4a0a099
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ fn main() {
let _ = enable_raw_mode();
let editor = Editor::new();

editor.refresh_screen();
loop {
editor.refresh_screen();
if !editor.process_keypress() {
Expand Down

0 comments on commit 4a0a099

Please sign in to comment.