Cowboy8625

Results 17 issues of Cowboy8625

#21 I think this could be implemented pretty easily. I will give this a shot tonight.

Weird things happen then direction is going to right with emojies

bug
good first issue

![image](https://user-images.githubusercontent.com/43012445/169707211-cf9db819-aab4-4e74-9e5b-632a011a163f.png) I think this is directly related to #19 as rusty-rain was crashing from on index out of bounds error but none of the arrays holding the locations color should...

bug
good first issue

Maybe this is a bit out of scope for this project but it would be cool to give rusty-rain a ascii image and it turn it into a falling image...

enhancement

I think it would be pretty cool to have this so others could make the rusty rain engine have different front ends. That way if you wanted to make a...

enhancement

For More then one Window to be on the screen Window will need to to be moved into a new struct Called `Pane` or `Frame`? We could make this so...

enhancement

I think making a trait for just rendering will make revi not have to depend souly on crossterm and could provide some cool support for future ideas/platforms

enhancement

Found that if there is a case like `foo(bar123bar123)` the cursor should jump from `f` to `(` to `b` to `)` but how words are coded now it jumps to...

bug

I have thought about this command a bit and all has came to mind so far is pretty straight forward. Grab from current cursor position to end of line and...

enhancement

With the addition of #43 it would be a good to add line wrapping.

enhancement