class Sus::Output::Lines

def origin

def origin
	if @current_count > 0
		@output.write("\e[#{@current_count}F\e[J")
	end
	
	@current_count = 0
end