Interesting. Would you mind reopening the issue and providing a buggy
example? Amd alerting haskeline maintainers? How does it work on a 1 line
prompt that is so long it wraps?
On Thu, 7 Dec 2017 23:11 MarLinn, wrote:
>
> > Here's what I use:
> >
> > :set prompt "\ESC[46m\STX%s>\ESC[39;49m\STX "
Here's what I use:
:set prompt "\ESC[46m\STX%s>\ESC[39;49m\STX "
I believe \STX is a signal to haskeline for control sequences.
Documentation is here:
https://github.com/judah/haskeline/wiki/ControlSequencesInPrompt
Note: If you're using a multi-line prompt, things may be different
again. I d
But when I try to push the GHC patch, I get this message
Ah... it worked after a while. Maybe a mirroring thing?
But in pushing to GHC I saw:
git push
Counting objects: 45, done.
Delta compression using up to 32 threads.
Compressing objects: 100% (45/45), done.
Writing objects: 100% (45/45), 2
I'm trying to push a patch that needs a supporting change to haddock.
I've pushed the haddock change to the ghc-head branch of
ssh://g...@github.com/haskell/haddock.git, which is (according to 'packages')
the relevant haddock upstream repo.
But when I try to push the GHC patch, I get this message