/* Fast reading until an ESC or the end of input is found. */
/* """"""""""""""""""""""""""""""""""""""""""""""""""""""" */
while ((c = my_fgetc(stdin)) != EOF && c != 0x1b)
/* Fast reading until an ESC or the end of input is found. */
/* """"""""""""""""""""""""""""""""""""""""""""""""""""""" */
while ((c = my_fgetc(stdin)) != EOF && c != 0x1b)
/* Read the 5 next characters to look for the */
/* ending bracket "[201~". */
/* """""""""""""""""""""""""""""""""""""""""" */
/* Read the 5 next characters to look for the */
/* ending bracket "[201~". */
/* """""""""""""""""""""""""""""""""""""""""" */