SuicidalSTDz / EnderAPI

An API by the people, for the people
suicidalstdz.github.io/EnderAPI
3 stars 1 forks source link

Custom term.scroll not working #5

Closed dmarcuse closed 10 years ago

dmarcuse commented 10 years ago

The term.scroll function I wrote for the term override API doesn't seem to be working. I don't have much time to debug ATM, so if anyone could help I'd appreciate it. It's commented out at around line 130 in /apis/term IIIRC

SuicidalSTDz commented 10 years ago

I'll take a look if I have time.

dmarcuse commented 10 years ago

Thanks. Considering scrapping the current term file and starting from scratch (in a new branch ofc) and using a table like tPixels[x][y] instead of tPixels[x.." "..y] to make the keys more dynamic.

SuicidalSTDz commented 10 years ago

Go for it!

dmarcuse commented 10 years ago

Will try and start that tonight.