]> granicus.if.org Git - sysstat/commitdiff
sar: A_PWR_BAT: Change arrow type for status "Not charging"
authorSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 29 Dec 2022 07:26:43 +0000 (08:26 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Thu, 29 Dec 2022 07:26:43 +0000 (08:26 +0100)
Use East Arrow symbol (right arrow) instead of South Arrow for status
"Not charging".

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
pr_stats.c

index e2c1f9fac1a87c509749289c5a8772a522a3114f..087a86f1f818154d9ae4cbbf4bdbdaa462333518 100644 (file)
@@ -3556,8 +3556,8 @@ void stub_print_pwr_bat_stats(struct activity *a, int prev, int curr, int dispav
                                        break;
 
                                case BAT_STS_NOTCHARGING:
-                                       /* Unicode for South Arrow */
-                                       cprintf_tr(FALSE, " %11s", "\U00002193");
+                                       /* Unicode for East Arrow */
+                                       cprintf_tr(FALSE, " %11s", "\U00002192");
                                        break;
 
                                case BAT_STS_FULL: