micro icon indicating copy to clipboard operation
micro copied to clipboard

Micro doesn't quit after closing terminal ; stays open with high CPU usage

Open eq0cdk opened this issue 3 years ago • 1 comments

Description of the problem or steps to reproduce

Micro doesn't quit; it stays open with high CPU usage after quitting Konsole with KDE "Close Window" or using Ctrl+W in Yakuake.

Happens with the following commands:

sudo crontab -e
sudo visudo

Doesn't happen with the non-sudo versions of the commands.

My .bashrc:

EDITOR=/usr/bin/micro
VISUAL=/usr/bin/micro

My sudoers:

Defaults env_keep += "EDITOR"
Defaults env_keep += "VISUAL"

Screenshot

Micro Sudo Bug

Specifications

Commit hash: b9763856 OS: EndeavourOS Terminal: Yakuake/Konsole

eq0cdk avatar Jul 05 '22 17:07 eq0cdk

Same: https://github.com/zyedidia/micro/issues/2148

deadnews avatar Jul 12 '22 15:07 deadnews

Fixed.

zyedidia avatar Mar 20 '23 20:03 zyedidia