Lines Matching refs:scroll
601 //and with big files scroll should not rely in knowing
624 TT.vi_mov_flag = 0x20000000; //TODO I disabled scroll
629 TT.vi_mov_flag = 0x20000000; //TODO I disabled scroll
1358 int scroll = 0, redraw = 0;
1367 scroll = TT.drawn_row-TT.scr_row;
1369 else if (abs(scroll)>TT.screen_height/2) redraw = 3;
1373 else if (scroll>0) printf("\033[%dL", scroll); //scroll up
1374 else if (scroll<0) printf("\033[%dM", -scroll); //scroll down
1386 //for long lines line starts to scroll when cursor hits margin
1453 else if (scroll<0 && TT.screen_height-y-1<-scroll)
1454 scroll++, draw_line++;
1455 else if (scroll>0) scroll--, draw_line++;
1527 //we dont get scroll log full of junk