We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f07112 commit 9ac2c6bCopy full SHA for 9ac2c6b
src/video_display/gl.cpp
@@ -571,6 +571,9 @@ static void gl_show_help(bool full) {
571
col() << TBOLD("\t--param " GL_DISABLE_10B_OPT_PARAM_NAME) << "\tdo not set 10-bit framebuffer (performance issues)\n";
572
col() << "\n" TBOLD(
573
"[1]") " position doesn't work in Wayland\n";
574
+ } else {
575
+ color_printf(
576
+ "\t(use \"" TBOLD("fullhelp") "\" to see options)\n");
577
}
578
579
printf("\nkeyboard shortcuts:\n");
0 commit comments