mirror of
https://github.com/tmux/tmux.git
synced 2026-08-18 21:01:34 +00:00
a373235106d22fdead116d478087d8f8f11c150d
Store sessions in an RB tree by name rather than a list, this is tidier and allows them to easily be shown sorted in various lists (list-sessions/choose-sessions). Keep a session index which is used in a couple of places internally but make it an ever-increasing number rather than filling in gaps with new sessions.
Ensure we overwrite wide characters properly, and never overwrite characters we weren't overlapping.
Description
tmux source code
Languages
C
76.1%
Shell
15.7%
Roff
6%
Yacc
1%
M4
0.7%
Other
0.4%