| 550 | } |
| 551 | |
| 552 | static int aff_txt(const int line, WINDOW *window, const char *_format, ...) |
| 553 | { |
| 554 | int next_line; |
| 555 | va_list ap; |
| 556 | va_start(ap,_format); |
| 557 | next_line=vaff_txt(line, window, _format, ap); |
| 558 | va_end(ap); |
| 559 | return next_line; |
| 560 | } |
| 561 | #endif |