Bat: Text wrapping

Created on 3 May 2018  路  2Comments  路  Source: sharkdp/bat

Is there any plan for text wrapping? The output right now is so polished, lines too long look pretty out-of-place. Definitely understand not wrapping by default, but having a flag for it would be pretty chill I think.

feature-request

Most helpful comment

I thought about this as well - we should definitely try this! :+1:

It will definitely not be that easy due to ANSI escape codes that have to be closed at the end of the line and re-opened at the beginning of the wrapped line.

All 2 comments

I thought about this as well - we should definitely try this! :+1:

It will definitely not be that easy due to ANSI escape codes that have to be closed at the end of the line and re-opened at the beginning of the wrapped line.

Closed by @eth-p, see (screenshots in) #102

Was this page helpful?
0 / 5 - 0 ratings

Related issues

issmirnov picture issmirnov  路  3Comments

antoinemadec picture antoinemadec  路  3Comments

jkaan picture jkaan  路  3Comments

sharkdp picture sharkdp  路  3Comments

gAmUssA picture gAmUssA  路  3Comments