From ee603e4cc8bd04b2c2a4db0229d9c45285d026e1 Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sun, 11 Feb 2018 08:10:16 -0800 Subject: [PATCH] clarify comments --- src/xwin.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xwin.rs b/src/xwin.rs index 4e8ead45f..2c3bb1575 100644 --- a/src/xwin.rs +++ b/src/xwin.rs @@ -816,7 +816,7 @@ impl<'a> TerminalWindow<'a> { ); } &BufferImage::Image(_) => { - // Will handle this at the end + // Will handle this at the end of paint() } } @@ -835,7 +835,7 @@ impl<'a> TerminalWindow<'a> { match &*self.buffer_image.borrow() { &BufferImage::Shared(_) => { - // We handled this above + // We handled this in render_line() above } &BufferImage::Image(ref buffer) => { // With no SHM available, we have to push the whole screen buffer