sjurba/rebase-editor

Selected line is not visible in CMD and Power Shell on windows

sjurba opened this issue · 1 comments

It seems Windows has problems with the ansi inverse command.

Will try to make a workaround asap.

If you enable colors you can see what is going on:
git config --global sequence.editor "rebase-editor -c"

Resolved by changing the default selection marker for windows to ^Y which is yellow. I also made a command line parameter -m that will take a custom selection marker for those who want to experiment.