From 73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88 Mon Sep 17 00:00:00 2001 From: salad Date: Tue, 28 Apr 2020 15:15:40 +0200 Subject: ladies and gentlement --- src/ft_m_prompt.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/ft_m_prompt.c') 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 @@ -14,6 +14,13 @@ #include "ft_m_prompt.h" #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) { -- cgit v1.2.3