[vte] terminal: Don't stop processing on EOS chunk



commit 012a1fa302bea95a2ad949a5ec79a50e047f61e6
Author: Christian Persch <chpe src gnome org>
Date:   Mon Oct 19 00:16:36 2020 +0200

    terminal: Don't stop processing on EOS chunk
    
    There may be more chunks after the EOS chunk since the terminal may
    already have another PTY and have read data from it.

 src/vte.cc | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/src/vte.cc b/src/vte.cc
index ead52f28..bd3d4431 100644
--- a/src/vte.cc
+++ b/src/vte.cc
@@ -3471,10 +3471,6 @@ Terminal::process_incoming()
                         g_assert_not_reached();
                         break;
                 }
-
-                // FIXMEchpe why?
-                if (chunk->eos())
-                        break;
         }
 
 #ifdef VTE_DEBUG


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]