Skip to content

Commit 67aea1f

Browse files
committed
Add WinConsole docs
1 parent 3af7755 commit 67aea1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libterm/win.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ use attr;
2020
use color;
2121
use Terminal;
2222

23+
/// A Terminal implementation which uses the Win32 Console API.
2324
pub struct WinConsole<T> {
2425
buf: T,
2526
foreground: color::Color,

0 commit comments

Comments
 (0)