1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-11-09 23:00:55 +00:00
starship/src
Saurav Sharma 664df257bf fix: Solve bash & zsh cursor location confusion issue (#183)
Solves the issue of cursor location confusion on bash and zsh (#110) . Solution: modify ANSIString and wrap non-printing characters with correct escape sequences.
2019-08-18 20:33:12 -07:00
..
modules fix: Set default prompt character to ❯ (#177) 2019-08-18 11:34:45 -04:00
config.rs fix: Address longstanding linter errors 2019-08-05 11:05:08 -04:00
context.rs fix a few typos (#178) 2019-08-17 20:50:42 -07:00
init.rs fix: Solve bash & zsh cursor location confusion issue (#183) 2019-08-18 20:33:12 -07:00
lib.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00
main.rs feat: Display Vi mode as PROMPT (#169) 2019-08-17 12:33:19 -07:00
module.rs fix: Solve bash & zsh cursor location confusion issue (#183) 2019-08-18 20:33:12 -07:00
print.rs fix: Fix exception caused by the golang module 2019-08-13 15:06:10 -04:00
segment.rs fix: Address longstanding linter errors 2019-08-05 11:05:08 -04:00
utils.rs Add support for prompt configuration (#62) 2019-06-10 15:56:17 +01:00