mirror of
https://github.com/davatorium/rofi.git
synced 2025-02-17 15:45:56 -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);
|
script_user_list(is_term);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
printf("Compile time options:\n");
|
printf("Compile time options:\n");
|
||||||
|
printf("\t• Pango version %s\n", pango_version_string());
|
||||||
#ifdef WINDOW_MODE
|
#ifdef WINDOW_MODE
|
||||||
printf("\t• window %senabled%s\n", is_term ? color_green : "",
|
printf("\t• window %senabled%s\n", is_term ? color_green : "",
|
||||||
is_term ? color_reset : "");
|
is_term ? color_reset : "");
|
||||||
|
|
Loading…
Add table
Reference in a new issue