Skip to content

Commit

Permalink
Add cursor to expression box
Browse files Browse the repository at this point in the history
  • Loading branch information
Mroik committed May 7, 2024
1 parent c9c026e commit b433391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ impl Renderer {
.title(title),
);
frame.render_widget(expression_widget, area);
frame.set_cursor(area.left() + 1 + buffer.len() as u16, area.top() + 1);
})
.unwrap();
}
Expand Down

0 comments on commit b433391

Please sign in to comment.