question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the fullsize of the terminal if output the source part to another terminal?

See original GitHub issue

For example, I open two panes side-by-side using tmux/screen, and I use dashboard source -output source.c /dev/pts/10 to the right pane which is /dev/pts/10 to view the source code part, but only 5 (which is default) lines of code is shown in /dev/pts/10, I can change the default value, but it is fixed anyway.

How can I make the source part use the rest (in this case, fullsize) of the terminal if I output it to another terminal?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
cyrus-andcommented, Aug 24, 2019

Implemented in c824ff91ac150c29152e78f569ffada6e4519cec! Just pass 0 to the height of the Source or Assembly modules to make them use the whole available space. Of course it only does make sense when a module is the only one bound to a given terminal.

dashboard source -style height 0
dashboard assembly -style height 0
1reaction
cyrus-andcommented, May 18, 2017

@hortinstein you can easily customize that, there’s no need to change the default value.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Toggle between fullscreen editor and terminal in VS Code
To toggle between a full screen editor and a nearly full screen terminal you can use: { "key": "ctrl+alt+m", "command": "workbench.action.
Read more >
Windows Terminal command line arguments | Microsoft Learn
To open a new terminal instance with a specific tab in focus, use the -t flag (or --target ), along with the tab-index...
Read more >
Redirect Terminal input and output on Mac - Apple Support
Redirect Terminal input and output on Mac. From the command line, you can redirect input and output from a command to a file,...
Read more >
Your terminal can be much, MUCH more productive - Medium
A terminal that can pratically predict what you want to type, save a lot of repetitive commands, give you a really powerful autocomplete,...
Read more >
How to show the transfer progress and speed when copying ...
I'm presently on macOS 10.12.x running homebrew version of rsync 3.1.2 and using --progress makes my head spin watching all the output display...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found