tvl-depot/users/grfn
Griffin Smith 7437a18188 fix(xanthous): Only use alphabetic chars for menu items
Previously, we were using `smallestNotIn` for selecting new characters
for menu items with duplicate chatacters - this uses the 'Bounded'
instance for the type, which for Char meant the first character we would
always select was \NUL - making it look like the menu item had no
character, and making it impossible to actually select the menu item.
This introduces an AlphaChar newtype, which is a wrapper around Char
whose Bounded and Enum instances only use alphabetic characters (a-ZA-Z)
and uses that for menu characters instead.

Change-Id: If34ed9e9ce84f2bcb1cb87432cc6273f40b69f72
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3229
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
2021-06-23 21:52:08 +00:00
..
achilles chore(3p/overlays): Remove LLVM11 bump from overlay 2021-05-24 18:15:05 +00:00
emacs.d feat(gs/emacs): Bind g R to lsp-find-references in haskell-mode 2021-06-18 17:51:43 +00:00
gws.fyi fix(gws.fyi): Remove reference to freenode 2021-06-19 00:03:17 +00:00
keyboard chore(grfn): Fix remaining references to glittershark 2021-04-12 15:22:48 +00:00
org-clubhouse refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
resume refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
system feat(gs/home): Install gron 2021-06-18 17:51:43 +00:00
wigglydonke.rs refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
xanthous fix(xanthous): Only use alphabetic chars for menu items 2021-06-23 21:52:08 +00:00
keys.nix refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00
OWNERS refactor(users/glittershark): Rename to grfn 2021-04-12 14:45:51 +00:00