Utility function to avoid specifying REFRESH_ALL all the times. */
| 1597 | |
| 1598 | if (linenoiseStatusActive(l)) { |
| 1599 | refreshStatusLine(&ab, l, layout_prompt_row > 0 ? layout_prompt_row + rows : 0); |
| 1600 | } |
| 1601 | |
| 1602 | /* Set column. */ |
| 1603 | col = (pwidth+poswidth) % l->cols; |
| 1604 | if (layout_prompt_row > 0) { |
no test coverage detected