sjurba / rebase-editor

Simple terminal based sequence editor for git interactive rebase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

sjurba opened this issue · 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.