dbcli / litecli

CLI for SQLite Databases with auto-completion and syntax highlighting
https://litecli.com
BSD 3-Clause "New" or "Revised" License
2.12k stars 68 forks source link

Chinese disorderly code #54

Closed ejzhang closed 5 years ago

ejzhang commented 5 years ago

image

amjith commented 5 years ago

@ejzhang Can you try setting the following option in the config file?

auto_vertical_output = True

My suspicion is the width of the output doesn't fit in the screen and it is causing the output to appear garbled.

When you set that option in the config file, the output will switch to a vertical mode instead of the table mode.

ejzhang commented 5 years ago

image I try setting the option "auto_vertical_output = True" in the config file, It is unchanged.

amjith commented 5 years ago

@tsroten I could use some help here.

amjith commented 5 years ago

Can you explain to me what is wrong with the output?

Perhaps you can post the output from the default client for comparison.

tsroten commented 5 years ago

Yeah, just for comparison, I have English and Chinese in this screenshot. They basically function the same with the regards to wrapping across lines:

test-litecli

amjith commented 5 years ago

Please reopen the issue if you're still having this problem.

TheProjectManager commented 2 years ago

intimidating