rockorager / comlink

An experimental IRC client
MIT License
17 stars 1 forks source link

SIGTERM breaks terminal, at least before the config is parsed #4

Open tristan957 opened 3 months ago

tristan957 commented 3 months ago

image

I hit this because I'm back to having the 1Password issue that we've discussed in IRC, so I had to send a SIGTERM to comlink to get it to quit because it wouldn't accept CTRL+C while op was not showing up.

rockorager commented 3 months ago

Can you see if 99f4808 resolved this for you?

rockorager commented 3 months ago

It resolved an issue I had if you quit comlink before a connection was established (or if it had been previously disconnected). I think it might fix this as well

tristan957 commented 3 months ago

Still broken. Load up comlink, run kill -s SIGTERM $(pidof comlink)

tristan957 commented 3 months ago

Mouse move events are still being picked up: image