about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libterm/win.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libterm/win.rs b/src/libterm/win.rs
index 063f93cebac..252c21ab9fa 100644
--- a/src/libterm/win.rs
+++ b/src/libterm/win.rs
@@ -20,6 +20,7 @@ use attr;
 use color;
 use Terminal;
 
+/// A Terminal implementation which uses the Win32 Console API.
 pub struct WinConsole<T> {
     buf: T,
     foreground: color::Color,