aerc/lib
Jeffas 3b09c07e7a Add clickable tabs
This introduces a new interface `Clickable`. I'd imagine this would be
implemented for most widgets eventually and would allow for programs run
in the terminal to also have their mouse events forwarded to them.

For the tabs it was relatively simple to check that the position of the
click is within the boxes for the tabs. For other components I'd imagine
that some state representing their currently drawn bounding box would be
useful.
2019-07-11 19:45:53 -04:00
..
ui Add clickable tabs 2019-07-11 19:45:53 -04:00
dirstore.go Sort out dirstore once and for all 2019-07-04 12:31:27 -04:00
indexformat.go Factor IMAP-specific structs out of UI models 2019-07-08 16:06:28 -04:00
msgstore.go #190 Handle gmail duplicate folder 2019-07-11 19:38:40 -04:00
oauthbearer.go Support imaps with oauthbearer authentication (Gmail) 2019-07-11 19:36:14 -04:00
open.go Use "open" instead of "xdg-open" on Darwin systems 2019-07-04 10:58:33 -04:00
open_darwin.go Use "open" instead of "xdg-open" on Darwin systems 2019-07-04 10:58:33 -04:00