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

On listing documents,gates,etc. the elements should be indented in the terminal display #24

Open
d4r3topk opened this issue Mar 12, 2016 · 3 comments

Comments

@d4r3topk
Copy link

The current layout is 2 spaces after every element. This occurs in steam-shell.pike on executing a list command or look command. Eg. "list gates", "look". The elements are not properly indented. They need to be indented in the manner, how the "ls" command works on UNIX.

@d4r3topk
Copy link
Author

@ajinkya007 @rohangoel96 This must be easy to work with. Check it out.

@ajinkya007
Copy link
Member

#26 Fixes this.

@ajinkya007
Copy link
Member

#26 has a solution which takes into consideration the default screen size of a linux terminal.
Default column size is 80, but if it is modified by the user then the output is not properly indented.

@ajinkya007 ajinkya007 reopened this May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants