diff --git a/done.txt b/done.txt index 0562cb0..994cee0 100644 --- a/done.txt +++ b/done.txt @@ -28,3 +28,11 @@ x 2015-02-22 Fix Amiga mode rendering via sixteencolors lib @16colors x 2015-02-22 check below items for neccesity x 2015-02-22 load to array/picture, render from picture @16colors x 2015-02-22 speed up rendering more? @16colors +x 2015-03-25 BIN @OTHER +x 2015-03-25 IDF @OTHER +x 2015-03-25 Tundra @OTHER +x 2015-03-25 PCBOARD @OTHER +x 2015-03-25 Avatar @OTHER +x 2015-03-25 2015-02-22 ADF @OTHER +x 2015-03-25 XBIN @OTHER +x 2015-03-25 remove the SAUCE lines at bottom, return ANSI object for render @SAUCE diff --git a/sahli.coffee b/sahli.coffee index 77fa3b7..f4f0848 100644 --- a/sahli.coffee +++ b/sahli.coffee @@ -210,6 +210,13 @@ class @Sahli @scroll_direction = - @scroll_direction @setscroll() +# chromium wasn't working with up/down/pageup/pagedown, firefox was. This makes +# both work the same way. + + @moveline = (direction) -> + curpos = $('body').scrollTop() + $('body').scrollTop(curpos + (16*direction)) + @changescrolldirection = (direction) -> @scroll_direction = direction $('body').stop() @@ -297,7 +304,6 @@ class @Sahli canvs.width @origwidth $('body').scrollTop 0 - @createpanel = (i,amt) -> dcol = $("