crispPacketTriangle / minishell

1 stars 0 forks source link

Added all proper signal handling to minishell.c #20

Closed sjtobin closed 3 weeks ago

sjtobin commented 1 month ago

Deleted commented main() from minishell.c

Commented out signal function from utils.c

Modified unbash prompt: set as a symbolic constant in minishell.h now.

crispPacketTriangle commented 3 weeks ago

Signals working. However, position of cursor after ctrl \ requires fix