Skip to content

Commit e1e7298

Browse files
chore(cli): clean up rebase conflict residue
1 parent d85149f commit e1e7298

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

cli/src/ui/terminal/styles.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { readEnv, setEnv, unsetEnv } from "@/lib/env.ts";
22

3-
const COMMAND_PATTERN = /altertable(?:\s+[^\s'",]+)*/g;
4-
const MARKDOWN_LINK_PATTERN = /\[([^\]]+)]\((https?:\/\/[^)\s]+)\)/g;
5-
const URL_PATTERN = /https?:\/\/[^\s)>\]]+/g;
63
import type { DisplayText, DisplayTextStyle } from "@/ui/document.ts";
4+
75
export const DEFAULT_TERMINAL_WIDTH = 80;
86
const TERMINAL_ELLIPSIS = "…";
97
const ANSI_ESCAPE_CHARACTER = String.fromCharCode(27);

0 commit comments

Comments
 (0)