After calling renamer, somehow my terminal is messed up: I no longer see the input that I type, and new lines are no longer aligned at column 0. My first guess was that pipe-rename might forget to clear some ANSI escape code, but at first glance, I can’t find the problem in the source code. Maybe it is related to the spawned editor process?
After calling
renamer
, somehow my terminal is messed up: I no longer see the input that I type, and new lines are no longer aligned at column 0. My first guess was that pipe-rename might forget to clear some ANSI escape code, but at first glance, I can’t find the problem in the source code. Maybe it is related to the spawned editor process?Environment:
$EDITOR
is vim 8.1.1401