mxafi / minishell

A school project at Hive Helsinki, recreating a simple version of bash.
2 stars 1 forks source link

Implement Ctrl-\CD #8

Closed mxafi closed 1 year ago

mxafi commented 1 year ago

Ctrl-\ does nothing

Ctrl-C creates a new prompt ignoring the current one

Ctrl-D does nothing if the current prompt is not empty, if empty, it types exit and exits

mxafi commented 1 year ago

works