···77 * - There will be no loading dots animation, instead it will be always `...`
88 * - Instead of erase the previous message, action that is blocked during CI, it will just write a new one.
99 *
1010- * Issue: https://github.com/natemoo-re/clack/issues/168
1010+ * Issue: https://github.com/bombshell-dev/clack/issues/168
1111 */
1212import * as p from '@clack/prompts';
1313
···6161 input.off('keypress', clear);
6262 if (hideCursor) output.write(cursor.show);
63636464- // Prevent Windows specific issues: https://github.com/natemoo-re/clack/issues/176
6464+ // Prevent Windows specific issues: https://github.com/bombshell-dev/clack/issues/176
6565 if (input.isTTY && !isWindows) input.setRawMode(false);
66666767 // @ts-expect-error fix for https://github.com/nodejs/node/issues/31762#issuecomment-1441223907