diff options
Diffstat (limited to '')
-rw-r--r-- | src/m_loop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/m_loop.c b/src/m_loop.c index 0d90b0a..8f3d8d3 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -129,6 +129,7 @@ uint8_t int8_t gnl; gnl = 1; + msh->curr_hist = hist; while (gnl > 0) { if (fd == STDIN_FILENO) |