How to add scroll buffer space in terminal?Terminal Buffer SizeMy script only opens new terminals when the...

I reported the illegal activity of my boss to his boss. My boss found out. Now I am being punished. What should I do?

Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?

What is the purpose of a disclaimer like "this is not legal advice"?

Create chunks from an array

Was it really inappropriate to write a pull request for the company I interviewed with?

Are small insurances worth it?

Why restrict private health insurance?

Graphic representation of a triangle using ArrayPlot

"If + would" conditional in present perfect tense

What should I do when a paper is published similar to my PhD thesis without citation?

Is this Paypal Github SDK reference really a dangerous site?

(Codewars) Linked Lists-Sorted Insert

-1 to the power of a irrational number

How can a demon take control of a human body during REM sleep?

Writing text next to a table

Sampling from Gaussian mixture models, when are the sampled data independent?

Having the player face themselves after the mid-game

Professor forcing me to attend a conference, I can't afford even with 50% funding

How to copy the rest of lines of a file to another file

How do spaceships determine each other's mass in space?

Finding the minimum value of a function without using Calculus

What is this tube in a jet engine's air intake?

Converting from "matrix" data into "coordinate" data

How can I portion out frozen cookie dough?



How to add scroll buffer space in terminal?


Terminal Buffer SizeMy script only opens new terminals when the previous command's terminal is closedHow to scroll to the top of the terminal buffer with a keyboard shortcut?Ubuntu terminal scroll through suggestionsFlush Terminal Buffer?Ubuntu Terminal 16.05LTS How do I keep progress bar output on same line when I resize terminalTerminal scroll past end lineHow can I fix python2 console space/backspace issue related with ^H?Windows commandprompt-like screen buffer on terminal? (i.e. horizontal scrolling)How can I keep the terminal output always at the beginning?













0















When you do find / in the native ubuntu terminal it prints output till the end of the screen. After this there is no buffer scroll space available to scroll down. I temporarily solved this problem by clear function which adds additional scroll space. I do python programming in terminal and in it this doesn't work



for a in range(1000):
print(a)


How I can hard code terminal to gave some scroll buffer space for both bash and python?










share|improve this question



























    0















    When you do find / in the native ubuntu terminal it prints output till the end of the screen. After this there is no buffer scroll space available to scroll down. I temporarily solved this problem by clear function which adds additional scroll space. I do python programming in terminal and in it this doesn't work



    for a in range(1000):
    print(a)


    How I can hard code terminal to gave some scroll buffer space for both bash and python?










    share|improve this question

























      0












      0








      0








      When you do find / in the native ubuntu terminal it prints output till the end of the screen. After this there is no buffer scroll space available to scroll down. I temporarily solved this problem by clear function which adds additional scroll space. I do python programming in terminal and in it this doesn't work



      for a in range(1000):
      print(a)


      How I can hard code terminal to gave some scroll buffer space for both bash and python?










      share|improve this question














      When you do find / in the native ubuntu terminal it prints output till the end of the screen. After this there is no buffer scroll space available to scroll down. I temporarily solved this problem by clear function which adds additional scroll space. I do python programming in terminal and in it this doesn't work



      for a in range(1000):
      print(a)


      How I can hard code terminal to gave some scroll buffer space for both bash and python?







      command-line gnome-terminal






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 mins ago









      EkaEka

      1,05362139




      1,05362139






















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124438%2fhow-to-add-scroll-buffer-space-in-terminal%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1124438%2fhow-to-add-scroll-buffer-space-in-terminal%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

          Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

          Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...