matheuswhite / scope-rs

Multiplatform Serial Monitor made in Rust
BSD 3-Clause "New" or "Revised" License
12 stars 2 forks source link

Add `delete` key support #73

Closed MilhoNerfado closed 4 months ago

MilhoNerfado commented 6 months ago

Adds delete key support on the command bar

Deletes the character on the right of the cursor when the delete key is pressed

matheuswhite commented 6 months ago

There is a bug in PR. To reproduce this bug, type only one char and hit the delete key. The cursor remaing in same place, but the character before the cursor is deleted.

MilhoNerfado commented 6 months ago

There is a bug in PR. To reproduce this bug, type only one char and hit the delete key. The cursor remaing in same place, but the character before the cursor is deleted.

I swear i did change that before submitting the PR. New commit fixing it already pushed to the branch