File ne-fix-about.patch of Package ne
--- a/src/actions.c
+++ b/src/actions.c
@@ -832,9 +832,9 @@
return ERROR;
case ABOUT_A:
- about(1);
+ about(true);
c = get_key_code();
- about(0);
+ about(false);
return OK;
case REFRESH_A:
--- a/src/ne.c
+++ b/src/ne.c
@@ -169,6 +169,7 @@
output_string("\" not found!", false);
}
}
+ reset_window();
print_message(ABOUT_MSG);
}
else {