summaryrefslogtreecommitdiffstats
path: root/src/input.rs
AgeCommit message (Expand)Author
2023-08-12changelog and notes for #1506extrawurst
2023-08-12Fix external editor delay. (#1579)Kieran Siek
2023-05-14fix double key input on windows due to crossterm 0.26pm100
2022-08-31support opening submodule (#1298)extrawurst
2022-08-17upgrade crossterm/tuiextrawurst
2021-08-22dont use process abort on input thread error (#823)Stephan Dilly
2021-08-17cargo fmt: use hardtabs Stephan Dilly
2021-06-05nightly clippy fixesStephan Dilly
2021-05-09allow input error to be logged and abort program (#693)Stephan Dilly
2020-06-30use condvar/mutex to not busywait when suspending input polling (closes #153)Stephan Dilly
2020-06-23fix state change bug introduced in last commitStephan Dilly
2020-06-23indicate whether input polling state in process of changingStephan Dilly
2020-06-22renameStephan Dilly