You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ghostel-mode' sets `inhibit-quit' so C-g routes through the keymap
into `ghostel-send-C-g' instead of running `keyboard-quit'. That
sent SIGINT to the PTY but skipped the side effect users expect
from C-g — clearing the active region. Call `deactivate-mark'
explicitly, mirroring what `ghostel-copy-mode-exit' already does.
Fixes#200.
0 commit comments