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

linefeed issue resulting in tqdm not printing correctly #930

Closed
nitrocode opened this issue Oct 26, 2016 · 1 comment
Closed

linefeed issue resulting in tqdm not printing correctly #930

nitrocode opened this issue Oct 26, 2016 · 1 comment
Labels

Comments

@nitrocode
Copy link

Could not find any issues with linefeed in them...

Versions

ConEmu build: 160914 x64
OS version: Windows 10 x64
Used shell version:

bash 4.3.46(7)-release
zsh 5.1.1

Problem description

See tqdm/tqdm#254

The python module tqdm uses linefeed and it seems that conemu isn't interpreting it correctly? Or maybe I'm mistaken?

Steps to reproduce

  1. Install python / pip
  2. pip install tqdm
  3. Run code from Output progress does not clear upon change in Cygwin / ConEmu on Windows 7 tqdm/tqdm#254

Actual results

  0%|                                                                                                                            | 0/1000 [00:00<?, ?it/s]
  1%|█▏                                                                                                                 | 10/1000 [00:00<00:09, 99.99it/s]
  2%|██▎                                                                                                                | 20/1000 [00:00<00:09, 99.99it/s]
  3%|███▍                                                                                                               | 30/1000 [00:00<00:09, 99.99it/s]
  4%|████▌                                                                                                              | 40/1000 [00:00<00:09, 99.99it/s]
  5%|█████▊                                                                                                             | 50/1000 [00:00<00:09, 99.99it/s]
  6%|██████▉                                                                                                            | 60/1000 [00:00<00:09, 99.99it/s]
  7%|████████                                                                                                           | 70/1000 [00:00<00:09, 99.99it/s]
  8%|█████████▏                                                                                                         | 80/1000 [00:00<00:09, 99.99it/s]
  9%|██████████▎    

Expected results

[00:00<00:09, 99.99it/s]
  9%|██████████▎    
@Maximus5
Copy link
Owner

Dup: gh-842

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

No branches or pull requests

2 participants