]> git.ipfire.org Git - thirdparty/git.git/blobdiff - color.h
refs: print error message in debug output
[thirdparty/git.git] / color.h
diff --git a/color.h b/color.h
index 27e817016bf1d371fe91b3c3506967b5828d01d3..cfc8f841b237c72a0a2ea8b7e42d58dc1cab5f9f 100644 (file)
--- a/color.h
+++ b/color.h
@@ -6,6 +6,7 @@ struct strbuf;
 /*
  * The maximum length of ANSI color sequence we would generate:
  * - leading ESC '['            2
+ * - reset ';' .................1
  * - attr + ';'                 2 * num_attr (e.g. "1;")
  * - no-attr + ';'              3 * num_attr (e.g. "22;")
  * - fg color + ';'             17 (e.g. "38;2;255;255;255;")