Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/readline.c b/src/readline.c
- index b20f0d69..719b03c9 100644
- --- a/src/readline.c
- +++ b/src/readline.c
- @@ -1152,6 +1152,7 @@ byte Readline_ex_unicode(word x_pos, word y_pos, char * str, word * str_unicode,
- }
- break;
- default :
- +#if !defined(USE_SDL2)
- if (size<max_size && input_char != 0)
- {
- // Si la touche était autorisée...
- @@ -1186,6 +1187,7 @@ byte Readline_ex_unicode(word x_pos, word y_pos, char * str, word * str_unicode,
- goto affichage;
- } // End du test d'autorisation de touche
- } // End du test de place libre
- +#endif
- break;
- affichage:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement