| 799 | } |
| 800 | |
| 801 | void |
| 802 | selection_force_newsyms(struct selectionvar *sel) |
| 803 | { |
| 804 | coordxy x, y; |
| 805 | |
| 806 | for (x = 1; x < sel->wid; x++) |
| 807 | for (y = 0; y < sel->hei; y++) |
| 808 | if (selection_getpoint(x, y, sel)) |
| 809 | newsym_force(x, y); |
| 810 | } |
| 811 | |
| 812 | /*selvar.c*/ |
no test coverage detected