Searched refs:_rep_cost (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_display.h85 int _rep_cost; /* cost of (repeat_char) */ member in struct:tty_display_data
H A Dlib_mvcur.c146 * int _rep_cost; // cost of (repeat_char)
385 SP->_rep_cost = NormalizedCost(tparm(repeat_char, ' ', 23), 1);
H A Dtty_update.c503 } else if (repeat_char && runcount > SP->_rep_cost) {

Completed in 48 milliseconds