91861 / wayst

A simple terminal emulator
MIT License
283 stars 8 forks source link

Treat Ctrl + @ as NULL #95

Closed Uks2 closed 2 years ago

Uks2 commented 2 years ago

Adds Ctrl + @ to the check for legitimate key combinations when xkb_{keysym_to,state_key_get}_utf32 returns 0. This check already existed to see if the key combination was Ctrl + `, but Ctrl + @ is another way of typing NULL and wasn't being tested.