| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Make some room for a mouse handler.
|
|
|
|
|
|
|
| |
https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format
http://unifoundry.com/unifont/index.html
Since GNU Unifont is covered under the GPL v2, so I believe is this repo.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
I was wrong in commit 7437 that only one keystroke was working. The problem
was just that I was getting _too_ many events. I wasn't handling key-up
events, and they were entering the buffer, and I was not skipping null
events since the circular buffer is currently considered to be null-terminated.
ex3 isn't done yet; it can only handle 16 events. Apps need to be clearing
the keyboard buffer.
|
| |
|
|
It's now clear that our keyboard handler doesn't trigger after the first
event.
|