void sop4618_S::displaySetScroll(bool state=true) { if(state) puts("\e[0x"); else puts("\e[1x"); flush(); }