Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
console.lua: fix ctrl+f and ctrl+b keybindings
With mp.input.select() these keybindings were both scrolling and moving the cursor because of how the condition was written and handle_pgup()/handle_pgdown() not returning a truthy value.
- Loading branch information