mirror of
https://github.com/tmux/tmux.git
synced 2026-07-03 10:12:31 +00:00
6 lines
180 B
Bash
6 lines
180 B
Bash
# Simple straight-line commands.
|
|
# Expected: all commands parse and run in order.
|
|
set -g status off
|
|
set -g message-style fg=green
|
|
display-message "parser simple: status=#{status}"
|