We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2eac8e commit 33454e9Copy full SHA for 33454e9
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- version: [16, 18, 20, 22]
+ version: [18, 20, 22]
13
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
14
runs-on: ${{ matrix.os }}
15
steps:
src/utils/ansi.ts
@@ -13,6 +13,7 @@ export enum IstermOscPt {
PromptStarted = "PS",
PromptEnded = "PE",
CurrentWorkingDirectory = "CWD",
16
+ Prompt = "PROMPT",
17
}
18
19
export const IstermPromptStart = IS_OSC + IstermOscPt.PromptStarted + BEL;
0 commit comments