-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: - When pressing 'backspace' in TUI while one of the InputModes Add, Remove or Search is active, a character is printed instead of deleting the last character.
- Loading branch information
1 parent
c1da0e5
commit f2c50cb
Showing
3 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "brn" | ||
version = "2.3.1" | ||
version = "2.3.2" | ||
authors = ["Robert Lag <[email protected]"] | ||
edition = "2018" | ||
|
||
|
@@ -24,4 +24,4 @@ clipboard = "~0.5.0" | |
serde = { version = "~1.0.137", features = ["derive"] } | ||
serde_json = "~1.0.82" | ||
string-builder = "~0.2.0" | ||
include_dir = "0.6" | ||
include_dir = "0.6" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters