Integration script / jump to marker (ScrollMarkUp
/Down
) broke
#658
Labels
bug
Something isn't working
frontend
Contour Terminal Emulator (GUI frontend)
platform: linux
topics that directly address Linux platform (any distro)
Contour Terminal version
0.3.1.3196
Installer source
Github: CI actions
Operating System
Ubuntu 18.04.6
Architecture
x86-64
Other Software
zsh 5.4.2 (x86_64-ubuntu-linux-gnu)
romkatv/powerlevel10k@c9bc2f5
Steps to reproduce
ScrollMarkUp
/ScrollMarkDown
in the config.seq 1 100
,seq 101 200
Maybe(?) reproducible in pure Bash if a slightly modified version of the integration command is executed manually:
Expected Behavior
The scrolling to the prompts work.
Actual Behavior
It does not.
Additional notes
history.limit: 16384
but this should accommodate approx. 205 linesContour 0.3.0.3089, the previous version I was using, did not have this error.
The issue does not seem to be with the keybind parsing logic, because setting different keybinds (e.g.
Shift K
), removingmode: "~Alt"
, etc. still fails to fix this.Debug log from prompt drawing after executing
seq 1 50
It seems the keybind is received and acted upon.
Debug log after executing an
echo
to redraw the promptThe text was updated successfully, but these errors were encountered: