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

Do our best to restore tab characters #722

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. Do our best to restore tab characters

    $ echo -e 'abc\t\t\tabc'
      # use mouse to select and copy the output, it should contain three tabs,
      # not expand to spaces.
    
    $ touch 2024中华人民共和国
    $ for i in `seq 1 20`; do touch text-text-text-text-text-text-$i; done
    $ gls
    $ gls -C | cat
      # It should align correctly.
    Dieken committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    f920c74 View commit details
    Browse the repository at this point in the history