Adding reflow patch (#120)
This commit is contained in:
parent
9a41526bfb
commit
3b87b07404
21 changed files with 2347 additions and 82 deletions
2
sixel.c
2
sixel.c
|
|
@ -36,7 +36,7 @@ static sixel_color_t const sixel_default_color_table[] = {
|
|||
void
|
||||
scroll_images(int n) {
|
||||
ImageList *im, *next;
|
||||
#if SCROLLBACK_PATCH
|
||||
#if SCROLLBACK_PATCH || REFLOW_PATCH
|
||||
int top = tisaltscr() ? 0 : term.scr - HISTSIZE;
|
||||
#else
|
||||
int top = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue