Compare commits
No commits in common. "252863c813c3a2341e5c3887683e084a7d9f4ef9" and "cca6de18773822788548d7ab27d48537a9738e2f" have entirely different histories.
252863c813
...
cca6de1877
@ -59,10 +59,6 @@ export async function cliPrompt(
|
||||
Deno.exit(130);
|
||||
}
|
||||
|
||||
if (byte === 13) { // Enter
|
||||
break;
|
||||
}
|
||||
|
||||
// Escape sequence?
|
||||
if (byte === 27 && i + 1 < n && buf[i + 1] === 91) {
|
||||
const third = buf[i + 2];
|
||||
|
Loading…
x
Reference in New Issue
Block a user