CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/11/05 02:41:17
Modified files:
usr.bin/tmux : layout.c options-table.c options.c
screen-redraw.c screen-write.c server-client.c
tmux.1 tmux.h window-copy.c window.c
Log message:
Add support for a scrollbar at the side of each pane. New options
pane-scrollbars turn them on or off, pane-scrollbars-position sets the
position (left or right), and pane-scrollbars-style to set the colours.
Mouse support will come later. From Michael Grant in GitHub issue 4221.