[konsole] [Bug 401898] Closing a tab is slow with something written on the prompt
    Oswald Buddenhagen 
    bugzilla_noreply at kde.org
       
    Sun Aug  1 13:16:18 BST 2021
    
    
  
https://bugs.kde.org/show_bug.cgi?id=401898
--- Comment #8 from Oswald Buddenhagen <ossi at kde.org> ---
that sendEOF stuff is all nonsense; it's already explained in bug #185140 why
it's technically unnecessary.
bash isn't the only process that will behave weirdly on EOF when a line has
been started - just try an interactive 'cat'.
also, this can't possibly work reliably, as only the foreground process will
get the EOF. SIGHUP was introduced for a reason, after all.
so as far as i'm concerned, that EOF stuff should be just reverted (including
the workarounds that followed it).
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the konsole-devel
mailing list