about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui.c b/ui.c
index 69eafee..c92fb01 100644
--- a/ui.c
+++ b/ui.c
@@ -928,8 +928,8 @@ static void toggleIgnore(struct Window *window) {
 }
 
 static void showAuto(void) {
-	uint minHot = UINT_MAX, numHot;
-	uint minWarm = UINT_MAX, numWarm;
+	uint minHot = UINT_MAX, numHot = 0;
+	uint minWarm = UINT_MAX, numWarm = 0;
 	for (uint num = 0; num < windows.len; ++num) {
 		struct Window *window = windows.ptrs[num];
 		if (window->heat >= Hot) {
?h=v2&id=f6398e070e65541891574d0bf020a3afc5aa7df9&follow=1'>Support background colorsJune McEnroe 2017-07-30Track color only client-sideJune McEnroe 2017-07-30Add ostensible support for background colorsJune McEnroe 2017-07-30Add tile create and access timestampsJune McEnroe 2017-07-30Assert stable struct Tile field offsetsJune McEnroe 2017-07-30Add chroot.shJune McEnroe 2017-07-30Add ` commandJune McEnroe 2017-07-30Add sshd_configJune McEnroe 2017-07-30Add termcap patchJune McEnroe