On Wed, 02 Sep 2020 08:22:32 +0200 "Marc (default)" <m...@osknowledge.org> said:

> Hi everyone,
> 
> I can no longer use CTRL+C in xterm. It just shows "^C" but does not 
> quit the process. Could that somehow be related to any EFL / 
> Enlightenment changes? I'm using the current git code.

I don't think it would.

Sure - changing ~/.Xmodmap and changing keyboard layout might change what keys
are produced but "^C" is a typical sign that a control and C is seen... you can
text with xev. The issue is probably either xterm or terminfo/termcap related
or the process.

It could also have to do with ignoring the SIGINT that is sent by the terminal
to the process that is running. As you don't use git master you won't be
affected by a recent change in execcing that blocked signals at the fork point
(the exec didn't reset the signal blocks so i added an unblock before exec).
That code was in efl master for a few days at most, but again - wouldn't apply
to you.

> Another strange thing that has been around for some time is the fact 
> that I cannot "type" into an xterm when it is resized by ie. ALT+F2 to 
> expand to the screen width. When I type nothing is displayed at first, 
> but it is actually captured so when I hit ENTER the command gets 
> executed. Once I hit ALT+F2 again and the xterm is resized to its 
> previous, origininating window size the output gets visible. But: when I 
> resize the window by CTRL+ALT+mouse-grab to any size (wether to the 
> screen width or just a little bit in any direction) the contents are 
> immediately visible.

I have seen this - somehow the pixmap isn't being updated. a resize to get a new
pixmap by name then works. I don't know why. It's basically rare and happens
once every few weeks to me so it's essentially impossible to track down because
of that.

> xterm version is 357.
> 
> Thank you for any feedback on this.
> 
> Kind regards,
> Marc
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to