You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm following your blog on building a text editor. btw Thank you so much for that nice blog.
when I call getCursorposition to query the window size it stores the window size to the buf variable noramly but also print the escape sequence to the terminal and waits for me to entire a key before it refresh the screen and display the ~ rows.
I tired to clear the screen after reading the window size but it't not working.
I also cloned down your repo to test it and you have the same issue.
my question is, why is that happinging and how to fix it?
Thank you
The text was updated successfully, but these errors were encountered:
I'm following your blog on building a text editor. btw Thank you so much for that nice blog.
when I call getCursorposition to query the window size it stores the window size to the buf variable noramly but also print the escape sequence to the terminal and waits for me to entire a key before it refresh the screen and display the
~
rows.I tired to clear the screen after reading the window size but it't not working.
I also cloned down your repo to test it and you have the same issue.
my question is, why is that happinging and how to fix it?
Thank you
The text was updated successfully, but these errors were encountered: