diff options
Diffstat (limited to 'src/event.rs')
-rw-r--r-- | src/event.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event.rs b/src/event.rs index d6b0796a..fd33bfb3 100644 --- a/src/event.rs +++ b/src/event.rs @@ -261,7 +261,7 @@ impl<N: Notify> Processor<N> { pub fn process_events<'a>( &mut self, term: &'a FairMutex<Term>, - window: &Window + window: &mut Window ) -> MutexGuard<'a, Term> { // Terminal is lazily initialized the first time an event is returned // from the blocking WaitEventsIterator. Otherwise, the pty reader would |