ui/app: don't buffer the app event channel We used to buffer input events to allow for batch processing multiple events before redrawing. Now that redraws are scheduled to run after the native event queue is empty, buffering is no longer necessary. Signed-off-by: Elias Naur <mail@eliasnaur.com>
1 files changed, 1 insertions(+), 2 deletions(-) M ui/app/window.go
M ui/app/window.go => ui/app/window.go +1 -2