diff options
| author | Loris Cro <kappaloris@gmail.com> | 2023-04-25 20:03:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-25 20:03:53 +0200 |
| commit | 015ea6fd6c0c0deacb42de237f737d208737e3ac (patch) | |
| tree | 33f5e2d3acacc24e63f259ce5485fee28243ed44 /lib/std/debug.zig | |
| parent | a260fa8bf22b952e96b08c3f206756e1784ce870 (diff) | |
| parent | 8d88dcdc61c61e3410138f4402482131f5074a80 (diff) | |
| download | zig-015ea6fd6c0c0deacb42de237f737d208737e3ac.tar.gz zig-015ea6fd6c0c0deacb42de237f737d208737e3ac.zip | |
Merge branch 'master' into autodoc-pkg-mod
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index e093fa5dc8..c965dd6436 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -651,6 +651,8 @@ pub fn writeCurrentStackTraceWindows( } } +/// Provides simple functionality for manipulating the terminal in some way, +/// for debugging purposes, such as coloring text, etc. pub const TTY = struct { pub const Color = enum { Red, |
