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

Multi-line per row wide output #16

Open
ewaters opened this issue May 13, 2012 · 0 comments
Open

Multi-line per row wide output #16

ewaters opened this issue May 13, 2012 · 0 comments
Milestone

Comments

@ewaters
Copy link
Owner

ewaters commented May 13, 2012

Rather then requiring wide output to be horizontally scrolled, there are a few options to format wide data on a narrow screen. This is one of them. Find a way to wrap the cells of a row in a sane fashion. Here's a very simple example:

.----+---------------------.
| id | ts                  |
| log                      |
+----+---------------------+
| 1  | 2012-04-16 12:34:16 |
| blakblkj welkjwe         |
+----+---------------------+
| 2  | 2012-04-16 16:30:43 |
| Eric was here            |
+----+---------------------+
| 3  | 2012-04-16 16:31:43 |
| Eric was here again      |
'--------------------------'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant