Skip to content
Snippets Groups Projects
Commit 06cfe596 authored by Ticki's avatar Ticki
Browse files

Merge pull request #10 from shortenda/patch-1

Fix typo in doc
parents 2cf833d7 65615c3c
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ pub trait TermWrite { ...@@ -11,7 +11,7 @@ pub trait TermWrite {
fn csi(&mut self, b: &[u8]) -> io::Result<usize>; fn csi(&mut self, b: &[u8]) -> io::Result<usize>;
/// Print OSC (operating system command) followed by a byte string. /// Print OSC (operating system command) followed by a byte string.
fn osc(&mut self, b: &[u8]) -> io::Result<usize>; fn osc(&mut self, b: &[u8]) -> io::Result<usize>;
/// Print OSC (device control string) followed by a byte string. /// Print DSC (device control string) followed by a byte string.
fn dsc(&mut self, b: &[u8]) -> io::Result<usize>; fn dsc(&mut self, b: &[u8]) -> io::Result<usize>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment