aboutsummaryrefslogtreecommitdiff
path: root/tests/test-modeline-config--click-map.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(modeline): extract the clickable-segment keymap builderCraig Jennings38 hours1-0/+29
The buffer-name, vc, and major-mode segments each hand-rolled the same make-sparse-keymap + define-key [mode-line mouse-1/3] construction. Extract cj/--modeline-click-map (mouse-1 &optional mouse-3); the three segments call it. Adds coverage for the one- and two-button cases.