Skip to content

Commit 33454e9

Browse files
committed
fix: add back prompt
Signed-off-by: Chapman Pendery <[email protected]>
1 parent e2eac8e commit 33454e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
version: [16, 18, 20, 22]
12+
version: [18, 20, 22]
1313
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
1414
runs-on: ${{ matrix.os }}
1515
steps:

src/utils/ansi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export enum IstermOscPt {
1313
PromptStarted = "PS",
1414
PromptEnded = "PE",
1515
CurrentWorkingDirectory = "CWD",
16+
Prompt = "PROMPT",
1617
}
1718

1819
export const IstermPromptStart = IS_OSC + IstermOscPt.PromptStarted + BEL;

0 commit comments

Comments
 (0)