mirror of
https://github.com/curioustorvald/tsvm.git
synced 2026-06-15 08:54:05 +09:00
no rev slash as it always requires escaping
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user