We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7250fd1 commit 0fb376fCopy full SHA for 0fb376f
src/term.rs
@@ -203,7 +203,7 @@ impl Term {
203
})
204
}
205
206
- /// Return the style for the term
+ /// Return the style for this terminal
207
#[inline]
208
pub fn style(&self) -> Style {
209
match self.inner.target {
@@ -214,7 +214,7 @@ impl Term {
214
215
216
217
- /// Return the target
+ /// Return the target of this terminal
218
219
pub fn target(&self) -> TermTarget {
220
self.inner.target.clone()
0 commit comments