BytesClub / chalk

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

Append Buffer #22

Closed satyamvats5 closed 7 years ago

satyamvats5 commented 7 years ago

We are using small write() functions each time we are refreshing the screen. We have to add all this small write() functions to a buffer and then we will write this buffer at the end.It will help preventing annoying flicker effect.