--- lbbs/src/menu_proc.c 2025/04/30 09:18:19 1.7 +++ lbbs/src/menu_proc.c 2025/05/02 03:34:58 1.8 @@ -86,7 +86,7 @@ int license(const char *s) strcpy(temp, app_home_dir); strcat(temp, "data/license.txt"); - display_file_ex(temp, 0, 1); + display_file_ex(temp, 1, 1); return REDRAW; } @@ -97,7 +97,7 @@ int copyright(const char *s) strcpy(temp, app_home_dir); strcat(temp, "data/copyright.txt"); - display_file_ex(temp, 0, 1); + display_file_ex(temp, 1, 1); return REDRAW; }