mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Change the default command prompts
This commit is contained in:
parent
ce9bdbb0bf
commit
82f2e758c7
6 changed files with 18 additions and 9 deletions
3
third_party/quickjs/libregexp.c
vendored
3
third_party/quickjs/libregexp.c
vendored
|
@ -510,6 +510,9 @@ int lre_parse_escape(const uint8_t **pp, int allow_utf16)
|
|||
case 'f':
|
||||
c = '\f';
|
||||
break;
|
||||
case 'e':
|
||||
c = '\e'; /* [jart] love this */
|
||||
break;
|
||||
case 'n':
|
||||
c = '\n';
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue