inkle / inkle/inky

Maybe a display bug with Inky?

Open
#159 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
340
PR merge metrics
No merged PRs in 30d

Description

Using Inky 0.10.0, Ink 0.8.2, Inkjs 1.7.1 w/ hotfix, on macOS 10.13.6.

screen shot 2018-08-22 at 3 02 18 pm

If I insert a bunch of new lines the red blocks don't travel with the line the start with.

screen shot 2018-08-22 at 3 04 28 pm

The content of each include is basically:
```
=== N ===
blarp
-> END
```

where `N` is `Q1` … `Q8`, `error1`, or `none`.

The script is as follows:
```
INCLUDE q1
INCLUDE q2
INCLUDE q3
INCLUDE q4
INCLUDE q5
INCLUDE q6
INCLUDE q7
INCLUDE q8
INCLUDE errors
INCLUDE nope

X

-> wake

=== wake ===
+ x -> n
+ x -> m

=== n ===
?
+ a -> Q1
+ b -> Q2
+ c -> Q3
+ d -> Q4
+ e -> Q5
+ f -> Q6
+ g -> Q7
+ h -> Q8
+ i -> nope
+ j -> error1

=== m ===
?
+ a -> Q1
+ b -> Q2
+ c -> Q3
+ d -> Q4
+ e -> Q5
+ f -> Q6
+ g -> Q7
+ h -> Q8
+ i -> nope
+ j -> error1
```

Not entirely sure why this is happening.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.