This commit is contained in:
shortenda 2016-03-16 01:43:35 -07:00
parent 7d1d424c8a
commit 65615c3c39
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pub trait TermWrite {
fn csi(&mut self, b: &[u8]) -> io::Result<usize>;
/// Print OSC (operating system command) followed by a byte string.
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>;