michaelforney / velox

velox window manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ctrl-C doesn't work Bash in Xterm and Bash login shell

hdanak opened this issue · comments

  • bash login shell (seems important for some reason)
  • xterm in velox, but same behavior in urxvt
  • bash in xterm
  • Ctrl-C does work in zsh in xterm, zsh in bash on xterm, bash in zsh on bash on xterm
  • Ctrl-C does not work in bash on bash on xterm, but does work in zsh on bash on xterm, and bash on zsh on bash on bash on xterm
  • "doesn't work" means nothing happens: strace shows no signal being received by the bash process; yet applications that are children of bash (vim, zsh etc) do get the SIGINT... except for bash on bash on bash on etc.

Also using:

  • glibc 2.14.1
  • X.org 1.12.0
  • bash 4.2.2
  • linux 3.2.8 on exherbo base

By the way, Ctrl-D always works (in bash, zsh, etc).