iniquitybbs / iniquity

A re-imagining of the iconic BBS software.
http://iniquitybbs.com
MIT License
53 stars 5 forks source link

feat: Add a scroll() function to the string manipulation capabilities of Iniquity #45

Open ispyhumanfly opened 1 year ago

ispyhumanfly commented 1 year ago

Synopsis

We have a lot of cool tricks for working with text that go beyond what Synchronet provides out of the box. Let's add a scroll function that could enable text scrolling.

Something like...

iq.say("I want this message scrolling from left to right.".scroll({width: 10, orientation: 'right-to-left'}).gotoxy(30,30))