aboutsummaryrefslogtreecommitdiffstats
path: root/src/session_list.rs
Commit message (Expand)AuthorAgeFilesLines
* fix session list testsJesse Luehrs2019-10-171-0/+1
* move formatting stuff out of the session list module tooJesse Luehrs2019-10-091-219/+27
* add some tests for the session listJesse Luehrs2019-10-091-0/+236
* fix off-by-oneJesse Luehrs2019-10-091-1/+1
* move getting terminal size out of the session listJesse Luehrs2019-10-091-7/+7
* highlight streams that exactly match the watching term size tooJesse Luehrs2019-10-091-1/+5
* better variable nameJesse Luehrs2019-10-091-3/+3
* update the watcher size state on resize eventsJesse Luehrs2019-10-081-0/+4
* move session list code to its own moduleJesse Luehrs2019-10-081-0/+289