mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 20:31:19 -03:00
Bringup of function definitions, switch statements with new parser
This commit is contained in:
@@ -2990,6 +2990,7 @@ const wchar_t *reader_readline(void)
|
||||
is_interactive_read = 1;
|
||||
c=input_readch();
|
||||
is_interactive_read = was_interactive_read;
|
||||
//fprintf(stderr, "C: %lx\n", (long)c);
|
||||
|
||||
if (((!wchar_private(c))) && (c>31) && (c != 127))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user