Skip to content

Commit

Permalink
Update ui-menu.c (angband#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
s88100 committed Dec 10, 2021
1 parent 8f9e87f commit 2897919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/ui-menu.c
Expand Up @@ -37,7 +37,7 @@ const byte curs_attrs[2][2] =
*/
const char lower_case[] = "abcdefghijklmnopqrstuvwxyz";
const char upper_case[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
const char all_letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
const char all_letters[] = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ#$%^&";


/*
Expand Down

0 comments on commit 2897919

Please sign in to comment.