-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
terminfo support (scrolling broken without TERM=xterm) #14
Comments
I presume ghcid works in that setting? |
I don't think ghcid supports scrolling.
…On Wed, 22 Jan 2020 at 09:58, Elliot Cameron ***@***.***> wrote:
I presume ghcid works?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=ABYWSRQE6TKQ4EYDPUT67STQ7BNKNA5CNFSM4KJX7NY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJT3HWI#issuecomment-577221593>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYWSRUHE5NX7V7EXRI7AXDQ7BNKNANCNFSM4KJX7NYQ>
.
|
True. |
I observed this as well. |
What's the value of your TERM variable?
…On Fri, 24 Jan 2020 at 06:18, Matthew Pickering ***@***.***> wrote:
I observed this as well.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=ABYWSRW32KGIOAL7YPSGF2LQ7LE7HA5CNFSM4KJX7NY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ2PJLY#issuecomment-578090159>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYWSRRPCFLSMXHLNOMRXWLQ7LE7HANCNFSM4KJX7NYQ>
.
|
https://github.com/alacritty/alacritty/blob/master/extra/alacritty.info something from there (on phone so can't check directly) |
|
Can you share your alacritty configuration? In particular the mouse
sections.
…On Sat, Jan 25, 2020 at 3:10 AM Matthew Pickering ***@***.***> wrote:
***@***.***:~/]$ echo $TERM
rxvt-unicode-256color
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14?email_source=notifications&email_token=ABYWSRTGJZJL2BUJVC2PTELQ7PXWBA5CNFSM4KJX7NY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJ4XXNA#issuecomment-578386868>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYWSRSTRZGDJNYQUZQTPL3Q7PXWBANCNFSM4KJX7NYQ>
.
|
That's it. Everything else is the default. This problem has also been reported with urxvt and |
This looks relevant: jtdaugherty/vty#199 I can confirm that running in alacritty with |
I noticed when using Alacritty that scrolling in
reflex-ghci
didn't work unless I setTERM=xterm
. I would guess this means thatreflex-vty
isn't doing some terminfo black magic.The text was updated successfully, but these errors were encountered: