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

wordwrap should reset and restore ansi at linebreak #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2021

  1. changed test to handel multiline ansi-sequences better

    ansi-sequence should end at linebreak and start again after
    if there is more text, in the next line.
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    58561fc View commit details
    Browse the repository at this point in the history
  2. Implemented Hardwrap - but not working yet

    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    24cf434 View commit details
    Browse the repository at this point in the history
  3. working end and restart of ansi at linebreak

    but hardwrap not working yet
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    dce1df3 View commit details
    Browse the repository at this point in the history
  4. add PreserveSpaces and TabReplace to struct

    for better managing char-preserving and hardwrap
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    aad653e View commit details
    Browse the repository at this point in the history
  5. added some more test cases

    to test space preserving and HardWrap shortcut function
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    ef9f79a View commit details
    Browse the repository at this point in the history
  6. satisfy the linter

    correcting missspell and adding toplevel-comment period
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    363c7e1 View commit details
    Browse the repository at this point in the history
  7. breakpoints are now treated like single character words

    so that the can be HardWrapped and are not ignored.
    According Test are added too.
    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    46ea468 View commit details
    Browse the repository at this point in the history
  8. spell correcting

    treilik committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    280b5ca View commit details
    Browse the repository at this point in the history