summaryrefslogtreecommitdiffstats
path: root/regress/capture-pane-sgr0.sh
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-07-06 09:02:12 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-07-06 09:33:30 +0100
commit8e8b9865d18d1ecba7b9051fb21d759893462fb2 (patch)
treebd5cb111e93e4807efcf657fa29a90d7a10be937 /regress/capture-pane-sgr0.sh
parent57fec74966e39d8594fec9766609309879cb4f03 (diff)
Add hyperlink test, from Jeff Chiang.
Diffstat (limited to 'regress/capture-pane-sgr0.sh')
-rw-r--r--regress/capture-pane-sgr0.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/capture-pane-sgr0.sh b/regress/capture-pane-sgr0.sh
index 0dd9cd82..6a19ac8a 100644
--- a/regress/capture-pane-sgr0.sh
+++ b/regress/capture-pane-sgr0.sh
@@ -22,8 +22,8 @@ $TMUX -f/dev/null new -d "
sleep 1
(
- printf '\033[1m\033[31m\033[42mabc\033[0m\033[31m\033[49mdef\033[39m\n'
- printf '\033[100m bright bg \033[49m\n'
+ printf '\033[1m\033[31m\033[42mabc\033[0m\033[31m\033[49mdef\n'
+ printf '\033[39m\033[100m bright bg\n'
) | cmp - $TMP || exit 1
$TMUX has 2>/dev/null && exit 1