aboutsummaryrefslogtreecommitdiffstats
path: root/src/tui.rs
Commit message (Expand)AuthorAgeFilesLines
* bump depsHEADmasterJesse Luehrs2019-11-141-3/+4
* move to tokio-pty-process-streamJesse Luehrs2019-10-281-4/+16
* allow the tui to manage the overall raw screenJesse Luehrs2019-07-121-31/+42
* adjust the readline api a bitJesse Luehrs2019-07-121-1/+1
* remove some unnecessary public interfacesJesse Luehrs2019-07-121-2/+2
* simplifyJesse Luehrs2019-07-121-10/+4
* remove debuggingJesse Luehrs2019-07-121-2/+0
* simplifyJesse Luehrs2019-07-111-70/+91
* don't need multiple files hereJesse Luehrs2019-07-101-5/+228
* move the rest of the tui logic into the stateJesse Luehrs2019-07-101-75/+6
* fix handling of errors from evalJesse Luehrs2019-07-091-5/+9
* the state shouldn't exit if there is a polling errorJesse Luehrs2019-07-091-6/+3
* use context instead of map_err for futures and streamsJesse Luehrs2019-07-091-5/+4
* move more tui behavior into the state objectJesse Luehrs2019-07-091-25/+17
* split into a repl and a tuiJesse Luehrs2019-07-091-0/+92