mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-25 13:55:34 -05:00
[Help] Print pango version.
This commit is contained in:
parent
b45adf2864
commit
ac701018fd
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ static void help(G_GNUC_UNUSED int argc, char **argv) {
|
|||
script_user_list(is_term);
|
||||
printf("\n");
|
||||
printf("Compile time options:\n");
|
||||
printf("\t• Pango version %s\n", pango_version_string());
|
||||
#ifdef WINDOW_MODE
|
||||
printf("\t• window %senabled%s\n", is_term ? color_green : "",
|
||||
is_term ? color_reset : "");
|
||||
|
|
Loading…
Reference in a new issue