Disable auto_vertical_output when a specific table_format is active #1190
Unanswered
mbrouillet
asked this question in
Q&A
Replies: 1 comment
-
BTW, should this be here in Discussions or should it become a Issue ? I am a little bit confused, and apologies if I posted incorrectly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I observe that
auto_vertical_output
overrides output to vertical output, whatever \T (table_format
) has been specified.As a result, if I choose a specific \T (
csv
,mysql_update
...) but my line doesn't fit my terminal width, I don't get the specified output.I don't see a way to disable
auto_vertical_output
at command-line prompt. Consequently, sadly, I have resorted to disableauto_vertical_output
alltogether in the config file.My suggestion would be to have the
auto_vertical_output
behaviour solely when the activetable_format
differs from the one in myclirc.Beta Was this translation helpful? Give feedback.
All reactions