BytesClub / chalk

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

Disable all cntrl signals #8

Closed satyamvats5 closed 7 years ago

satyamvats5 commented 7 years ago

We need to disable all other ctrl signals which have their own instructions to the terminal.

  1. disable ctrl-S and ctrl-Q as ctrl-S stops data from being transmitted to the terminal until we press ctrl-Q

    1. disable ctrl-V as ctrl-V when typed, makes to terminal to wait for user to type another character and then sends the characters literally.
  2. disable ctrl-M.