summaryrefslogtreecommitdiffstats
path: root/src/ft_m_prompt.c
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-04-28 15:15:40 +0200
committersalad <fmoenne-@student.le-101.fr>2020-04-28 15:15:40 +0200
commit73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88 (patch)
tree97b48e362e63f15170a5fe64112f2d8736901212 /src/ft_m_prompt.c
parentbackslashes as intended, multiline quotes vont me tuer (diff)
download42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.gz
42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.bz2
42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.xz
42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.tar.zst
42-minishell-73cc6d40e6c89819c0dd9dffdd095bc9d9ea6b88.zip
ladies and gentlement
Diffstat (limited to '')
-rw-r--r--src/ft_m_prompt.c7
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);