diff options
Diffstat (limited to 'src/ft_m_prompt.c')
-rw-r--r-- | src/ft_m_prompt.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ft_m_prompt.c b/src/ft_m_prompt.c index 5d0f80c..8f59a9e 100644 --- a/src/ft_m_prompt.c +++ b/src/ft_m_prompt.c @@ -15,6 +15,13 @@ #include "ft_s_struct.h" void + ft_m_cont_prompt(void) +{ + ft_printf(">"); + /* TODO :ft_printf("%s", msh->ps_two); */ +} + +void ft_m_prompt(t_msh *msh) { ft_printf("%s", msh->ps_one); |