snaptoken / kilo-tutorial

build your own text editor
http://viewsourcecode.org/snaptoken/kilo
825 stars 80 forks source link

extra tilde on zsh terminal on MacOS #55

Open bhagyadeep2002 opened 1 year ago

bhagyadeep2002 commented 1 year ago

the editorDrawRows function draws an extra tilde in front of the last one in the following manner "~~". changing "if (y < E.screenrows - 1)" to "if (y < E.screenrows)" fixes the issue