Fix: dict popup in editor is less intrusive

This commit is contained in:
2026-02-03 17:02:07 +01:00
parent 9b5759d794
commit 96489c8f72
3 changed files with 25 additions and 14 deletions

View File

@@ -10,6 +10,9 @@ All notable changes to this project will be documented in this file.
- Realtime thread scheduling (`SCHED_FIFO`) for sequencer thread on Unix systems, improving timing reliability.
- Deep into the Linux hellscape: trying to get reliable performance, better stability, etc.
### Fixed
- Editor completion popup no longer steals arrow keys. Arrow keys always move the cursor; use Ctrl+N/Ctrl+P to navigate the completion list.
## [0.0.4] - 2026-02-02
### Added