function scroll(){
        var current = textbox.scrollTop(),
            caret = textbox.textareaHelper( 'caretPos' ).top,
            height = textbox.height(),
            ypos = current + caret - parseInt( height / 2, 10 );