mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
4 lines
180 B
Bash
4 lines
180 B
Bash
# Semicolon sequence.
|
|
# Expected: one top-level sequence containing three commands.
|
|
set -g status on ; set -g message-style fg=yellow ; display-message "parser semicolon sequence"
|