Skip to content
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

Allow line cross box border from inside to outside #58

Open
javathought opened this issue Feb 10, 2020 · 0 comments
Open

Allow line cross box border from inside to outside #58

javathought opened this issue Feb 10, 2020 · 0 comments

Comments

@javathought
Copy link

Fix lines crossing border from inside of box to outside. Either :

  • you get a line with space where you want to cross the border and need an extra line on a small box (3 lines must be switched to 5 lines)
  • the box is not draw when asking a full crossing with +
+----------+
|          |
|       ------>
|          |
+----------+

+----------+
|       ---+-->
+----------+

actual possible result is :
Capture d’écran 2020-02-11 à 00 08 08

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant