editor: Fix large pastes and handle fast input
- Control characters and escape sequences are separated regardless of input speed.
This commit is contained in:
parent
27edc9e797
commit
922fb2a782
3 changed files with 4 additions and 4 deletions
4
BUGS
4
BUGS
|
|
@ -1,6 +1,4 @@
|
|||
Current:
|
||||
- Input can be lost when typing quickly and diff-edit is busy.
|
||||
Seen with rapid undo while diffing.
|
||||
- Error sometimes when paging to the bottom of the file.
|
||||
|
||||
|
||||
|
|
@ -8,6 +6,8 @@ Fixed:
|
|||
- Interface freezing often.
|
||||
- Fix scrolling.
|
||||
- When largest line grows the bounding box should grow.
|
||||
- Input can be lost when typing quickly and diff-edit is busy.
|
||||
Seen with rapid undo while diffing.
|
||||
|
||||
|
||||
Won't fix:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue