diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_loop.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index 600758d..d4bc665 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -39,12 +39,12 @@ uint8_t int8_t gnl; gnl = 1; - c_init_tcaps(msh); while (gnl > 0) { - if (fd == STDIN_FILENO) - m_prompt_psx(1, msh); - gnl = get_next_line(fd, &line); + /* if (fd == STDIN_FILENO) */ + /* m_prompt_psx(1, msh); */ + /* gnl = get_next_line(fd, &line); */ + gnl = c_init_tcaps(&line, msh); if (line[0] != '\0') { line = m_check_multi_backslash(fd, line, msh); |