Hi,
After recent snapshot upgrade tmux output change for C-b w. With newest
snapshot it looks as:
(0) - 0: 2 windows (attached)
(1) ├─> 0: 2 windows (attached)
(2) └─> 1: 2 windows (attached)
Before it looked something like (taken from OpenBSD 6.8 stable):
(0) - 0: 2 windows (attached)
(1) ├─> 0: shell*: "pce-0033.home.lan"
(2) └─> 1: cu-: "pce-0033.home.lan"
I'm not sure that this is intentional change. If it is, then I think
there is nothing more to discuss, but that was a bit surprising to me.
Maybe a question, how to reconfigure tmux to produce previous view?
Snippet of the script which starts tmux:
if ! tmux has-session 2>/dev/null
then
tmux new-session -d -s 0 -n shell
tmux set-window-option remain-on-exit on
tmux new-window -n cu -c / cu -s 115200 -l /dev/ttyU0
tmux set-window-option remain-on-exit on
tmux select-window -t 1
tmux select-window -t 0
fi
This is on:
OpenBSD 6.9-beta (GENERIC.MP) #358: Wed Feb 24 17:11:53 MST 2021
[email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
--
Regards,
Mikolaj