Sidd-Dino

Results 35 comments of Sidd-Dino

[I gave it a go](https://gist.github.com/Sidd-Dino/ad52686bf9a9353815135bd1c696cc06) Turned out to be pretty simple Pretty much the same from the source sadly But `resize_mask` or `move_mask` can now accept a string of multiple...

Yo @hatcatpat I tried a potential solution #146 Have a go at it if you want :D

The modifications I've added also allows me to address the issue #117 . I haven't fixed it yet but I can if you wish @JLErvin

I've made the changes mentioned. Is there anything else I need to do?

Sadly i'm putting off visual enhancements aside, until i fix up the text editing part. Damn tab characters cause a lot of pain. I'lll keep it in mind though ^u^

Sorry for the late reply Thank you creating an issue :') I ended up finding a few more problems with my code

Could you explain what you mean the cursor doesn't reach the end of the line. I cant seem to replicate this behavior Could you send me an example file in...

i am able to replicate this behaviour i'll see what i can do

I found out why it does that Damn horizontal tab printf prints out 4 spaces because of it ;-;

I've made a temporary fix in the branch [bugfix/cursor_movement](https://github.com/Sidd-Dino/bte/tree/bugfix/cursor_movement) Have a look