johnnovak / illwill

A curses inspired simple cross-platform console library for Nim
Do What The F*ck You Want To Public License
398 stars 27 forks source link

tb.write does not allow for negative values #25

Closed tttardigrado closed 2 years ago

tttardigrado commented 3 years ago

This is not a deal breaker, but it would be nice to have a way to write on -10, 2 for example.

I was trying to write just half of a box, something like this: (0,0) `


|12345678| |12345678| |12345678|

Becomes something like this at (-4,0):


45678| 45678| 45678|

`

johnnovak commented 3 years ago

I might take a look sometime, seems easy enough. You could also give it a go and raise a PR if you like 😄

johnnovak commented 2 years ago

Closing due to inactivity/lack of interest.