This is not an ideal solution, as interactive users must always run
a command in order to get the behavior they want, but it avoids
problematic interactions between prompting and sourcing files.
Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
}
}
+ grub_printf ("\n\nTo enable less(1)-like paging, \"set pager=1\".\n");
+
return 0;
}
msg_formatted = grub_xasprintf (_("Minimal BASH-like line editing is supported. For "
"the first word, TAB lists possible command completions. Anywhere "
- "else TAB lists possible device or file completions. %s"),
+ "else TAB lists possible device or file completions. To enable "
+ "less(1)-like paging, \"set pager=1\". %s"),
nested ? msg_esc : "");
if (!msg_formatted)
return grub_errno;