pcman-bbs / pcman.js

PCMan BBS Client library in JavaScript
22 stars 6 forks source link

ansiparser does not handle <ESC>[r correctly #11

Open czchen opened 9 years ago

czchen commented 9 years ago

<ESC>[r shall call Termbuf.setScrollRegion(0, rows - 1) as default value, but it calls Termbuf.setScrollRegion(0, -1) now due to wrong params parsing.