mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
572 B

  1. --- mine-0.20/selector.c 2004-11-04 10:53:31.000000000 +0100
  2. +++ mine-0.20-p/selector.c 2004-11-08 04:32:45.206956448 +0100
  3. @@ -21,6 +21,7 @@
  4. #include <dialog.h>
  5. #include <limits.h>
  6. #include <sys/ioctl.h>
  7. +#include <stdio.h>
  8. int screensize_x = 70;
  9. int screensize_y = 19;
  10. @@ -535,12 +536,12 @@
  11. screensize_y = ws.ws_row - 3;
  12. }
  13. - init_dialog();
  14. + init_dialog(stdin, stdout);
  15. /* Yup - that's a label for goto.... */
  16. main_loop:
  17. while (1) {
  18. - put_backtitle();
  19. + dlg_put_backtitle();
  20. for (p=packages; p != NULL; p = p->next) {
  21. p->is_dependency=0;