summaryrefslogtreecommitdiffstats
path: root/src/commands/set_mode.rs
AgeCommit message (Expand)Author
2020-02-16rework rendering system to use tui-rs widgetsJiayi Zhao
2020-02-13more work on textfieldJiayi Zhao
2020-02-11progress on switching to tui-rs for uiJiayi Zhao
2019-06-29rework error systemJiayi Zhao
2019-06-23rename io to fsJiayi Zhao
2019-06-04change pub fields to private and rename structs to ioJiayi Zhao
2019-05-27refactor rename and search to make use of the command lineJiayi Zhao
2019-05-26update commands to use new textfieldJiayi Zhao
2019-05-05use readline() instead of readline_with_initial with possibleJiayi Zhao
2019-04-30cargo clippyJiayi Zhao
2019-04-27change struct names and update keymap.tomlJiayi Zhao
2019-04-24major refactoringJiayi Zhao
2019-04-19add getting path selection methods to JoshutoDirListJiayi Zhao
2019-04-18update view and cursor position after set_modeJiayi Zhao
2019-04-14rework error handling systemJiayi Zhao
2019-03-30move view struct out of Context and pass in as a separate argumentJiayi Zhao
2019-03-02make some code less linux-specificJiayi Zhao
2019-02-19rust 2018 and clippyJiayi Zhao
2019-02-18attempt to fix portability problems between rust std and libcJiayi Zhao
2019-02-18fix libc constants to be referenced as libc::mode_tJiayi Zhao
2019-02-15Fix most clippy lintsCaleb Bassi
2019-02-15refactor: project layoutCaleb Bassi