no rev slash as it always requires escaping

This commit is contained in:
minjaesong
2021-09-25 14:27:49 +09:00
parent 8a807d7422
commit 00c62a5e05
2 changed files with 11 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ function print_prompt_text() {
con.color_pair(161,253);
con.addch(16);con.curs_right();
con.color_pair(0,253);
print(" \\"+shell_pwd.join("\\")+" ");
print(" /"+shell_pwd.join("/")+" ");
con.color_pair(253,255);
con.addch(16);con.curs_right();
con.addch(32);con.curs_right();