summaryrefslogtreecommitdiffstats
path: root/src/context.rs
AgeCommit message (Expand)Author
2020-03-24textfield cursor working correctlyJiayi Zhao
2020-03-16cargo clippyJiayi Zhao
2020-03-16better error handling for threadsJiayi Zhao
2020-03-02Merge branch 'dev' of github.com:kamiyaa/joshuto into devJiayi Zhao
2020-03-02add tab widget for showing which tab we are onJiayi Zhao
2020-03-02Merge branch 'dev' of github.com:kamiyaa/joshuto into devJiayi Zhao
2020-03-02add set_mode supportJiayi Zhao
2020-02-24reduce duration of messagesJiayi Zhao
2020-02-22implement textfield widgetJiayi Zhao
2020-02-22move the majority of rendering into its own widget: TuiViewJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2020-02-09rework input thread and file operationsJiayi Zhao
2019-07-19changed how commands are handledJiayi Zhao
2019-06-23refactor file operations to use fs_extraJiayi Zhao
2019-05-29move hostname and username out of Context and into a static globalJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-19change how tab closing worksJiayi Zhao
2019-02-15refactor: project layoutCaleb Bassi