summaryrefslogtreecommitdiffstats
path: root/src/term.rs
AgeCommit message (Expand)Author
2023-10-10Refactor set_color for the headerKyohei Uto
2023-06-18Refactor: Rename delete_pointerKyohei Uto
2023-06-01Rename function to clear info lineKyohei Uto
2023-02-12Allow renaming with non-ascii file nameKyohei Uto
2022-12-12Refactorkyoheiu
2022-12-11Refactor: Add comments, use const numberkyoheiu
2022-12-02RefactorKyohei Uto
2022-11-22Use term::terminal_size instead of imported functionKyohei Uto
2022-11-06Prepare for printing on the status linekyoheiu
2022-10-21remove scopeguard, use manual terminal restoreUwe Jugel
2022-10-20add safer terminal state handlingUwe Jugel
2022-10-15Clean z commandKyohei Uto
2022-10-15Refactor print: Remove macro, everything in print methodKyohei Uto
2022-10-15Add conversion from config color to crossterm colorKyohei Uto
2022-10-14Remove termion color from state.rsKyohei Uto
2022-10-14Remove termion style and cursor from state.rsKyohei Uto
2022-10-13Add color functionKyohei Uto
2022-10-13Remove termion from functions.rsKyohei Uto