summary refs log blame commit diff stats
path: root/doc/pydoc/ranger.gui.ui.html
blob: 9339704265282f3891901f75bdc1f8d6e55c6ec1 (plain) (tree)
class="n">before "End Primitive Recipe Implementations") case CLEAR_DISPLAY_FROM: { CHECK_SCREEN; // todo: error checking int row = ingredients.at(0).at(0); int column = ingredients.at(1).at(0); int left = ingredients.at(2).at(0); int right = ingredients.at(3).at(0); int height=tb_height(); for (/*nada*/; row < height; ++row, column=left) { // start column from left in every inner loop except first tb_set_cursor(column, row); for (/*nada*/; column <= right; ++column) tb_print(' ', TB_WHITE, TB_BLACK); } tb_set_cursor(Display_column, Display_row); break; }