BytesClub / chalk

Command line text editor written in C
12 stars 5 forks source link

Quit and clear the screen. #13

Closed satyamvats5 closed 7 years ago

satyamvats5 commented 7 years ago

The program is terminating as soon as we are are entering 'q', but program should quit whenever we will type ctrl-Q instead of 'q'. The screen should be cleared both at the starting and termination of the program.