You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an input mode to user_input.asm where you are prevented from inputting special characters (see server, trek/utils/filter.py for characters to disallow). Could you also perhaps provide #defines for the input modes we can use in the C?
Add an input mode to user_input.asm where you are prevented from inputting special characters (see server, trek/utils/filter.py for characters to disallow). Could you also perhaps provide #defines for the input modes we can use in the C?
#define INPUT_MODE_DEFAULT
#define INPUT_MODE_PASSW
#define INPUT_MODE_RESTRICTED
The text was updated successfully, but these errors were encountered: