diff options
Diffstat (limited to '')
-rw-r--r-- | src/ft_m_loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_m_loop.c b/src/ft_m_loop.c index 5c4ec05..d902d93 100644 --- a/src/ft_m_loop.c +++ b/src/ft_m_loop.c @@ -38,10 +38,10 @@ uint8_t ft_memdel((void*)&line); ft_e_lcom(msh); ft_lcom_clear(&msh->curr); - /* TODO: handle segv on spaces only "msh ~> " */ /* TODO: GNL 25 leak on "msh ~> exit" */ /* TODO: "msh ~> some command \": re GNL into ft_nrealloc */ /* TODO: the chad pipes | */ + /* TODO: a histfile would be nice */ } else { |