summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_loop.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/m_loop.c b/src/m_loop.c
index 27ebecd..181f384 100644
--- a/src/m_loop.c
+++ b/src/m_loop.c
@@ -137,9 +137,7 @@ unsigned char m_loop(int fd, t_msh *msh)
msh->curr_hist_ptr = hist;
while (gnl > 0)
{
- if (fd == STDIN_FILENO)
- m_prompt_psx(1, msh);
- gnl = get_next_line(fd, &line);
+ gnl = c_gnl(fd, &line, 1, msh);
m_delete_comments(line);
if (line[0] != C_NUL)
{