CVS: cvs.openbsd.org: src
Nicholas Marriott <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/29 01:45:09 Modified files: usr.bin/tmux : cmd-resize-pane.c layout.c options-table.c options.c regsub.c screen-redraw.c screen-write.c server-client.c sort.c tmux.1 tmux.h window-copy.c window-visible.c window.c Log message: Make pane scrollbars able to auto-hide after a short timeout. This replaces the previous "modal" behaviour where the pane would be resized, which tended to make a mess. Instead, the scrollbar appears when scrolling or when hovered over with the mouse and disappears a (configurable) short period later. From Michael Grant.