On Tue, 15 Oct 2019 13:49:07 -0400 rharw...@club.cc.cmu.edu wrote:
> Occasionally, I will see urxvtc process become unresponsive to keyboard
> input.  It seems like processes may still be able to update their panes - my
> mosh session keeps updating the screen, for instance.

Hi,

after upgrading to bullseye I started experiencing a similar thing. This
might be a problem of urxvt interacting with ibus. Apparently this has a
long history.

See:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753611
- http://lists.schmorp.de/pipermail/rxvt-unicode/2010q2/001177.html
- 
https://askubuntu.com/questions/746119/upgrade-ibus-or-export-ibus-enable-sync-mode-1-to-fix-intellij-android-studio
  because of the IBUS_ENABLE_SYNC_MODE remark

I do not use the daemon mode and it seems I did not have ibus daemon
installed before bullseye.

In my case input hangs from time to time after closing a tab using ^D.
>From technical point of view XFilterEvent() in rxvttoolkit.C starts
returning true for all key presses so urxvt stops processing them.

Running `ibus restart` unfreezes my terminals.

-- 
Marcin Szewczyk
http://wodny.org

Reply via email to