mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 12:16:42 +01:00
redraw editor sooner
This commit is contained in:
parent
9cbe805c46
commit
059b4c0aa8
4 changed files with 30 additions and 81 deletions
|
|
@ -153,7 +153,7 @@ impl Content for PhraseEditor<Tui> {
|
|||
)
|
||||
}
|
||||
}
|
||||
impl PhraseEditor<Tui> {
|
||||
impl<E: Engine> PhraseEditor<E> {
|
||||
const H_KEYS_OFFSET: usize = 5;
|
||||
pub fn put (&mut self) {
|
||||
if let (Some(phrase), Some(time), Some(note)) = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue