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 7792d3f commit d96b105Copy full SHA for d96b105
diff-so-fancy
@@ -945,6 +945,7 @@ sub show_debug_info {
945
print "Unicode Ruler : " . yes_no($use_unicode_dash_for_ruler) . "\n";
946
print "Terminal width : " . get_terminal_width() . "\n";
947
print "Terminal \$LANG : " . $ENV{LANG} . "\n";
948
+ print "Less Charset : " . get_less_charset() . "\n";
949
print "Is Windows : " . yes_no(is_windows()) . "\n";
950
print "Operating System: $^O\n";
951
}
0 commit comments