BytesClub / chalk

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

Hiding the cursor while repaintng #23

Closed satyamvats5 closed 7 years ago

satyamvats5 commented 7 years ago

Cursor appearance in the middle of the screen while the screen is being drawn may cause flicker effect. So,hide the cursor while repainting. And clear each line separately (Not all at once).