diff --git a/src/control.rs b/src/control.rs index 9781e695f0a48ba352b5939db45928ed677c3b86..24a68d2db9835abb0b2c48144e6f0d461cb84b84 100644 --- a/src/control.rs +++ b/src/control.rs @@ -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>;