How to add scroll empty space in terminal?How to set GNOME Terminal to scroll a fixed number of lines with the mouse wheel?My script only opens new terminals when the previous command's terminal is closedUbuntu terminal scroll through suggestionsColorful bash scriptempty desktop, but terminal desktop directory not emptyUbuntu Terminal 16.05LTS How do I keep progress bar output on same line when I resize terminalTerminal scroll past end lineWhen I open php in gnome-terminal -e, I get just empty terminal windowHow can I fix python2 console space/backspace issue related with ^H?How can I keep the terminal output always at the beginning?

Does "Until when" sound natural for native speakers?

Rationale to prefer local variables over instance variables?

After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?

Does a difference of tense count as a difference of meaning in a minimal pair?

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

(Codewars) Linked Lists - Remove Duplicates

Shifting between bemols and diesis in the key signature

Why do we say ‘pairwise disjoint’, rather than ‘disjoint’?

Which classes are needed to have access to every spell in the PHB?

MySQL importing CSV files really slow

Why does cron require MTA for logging?

Does Christianity allow for believing on someone else's behalf?

What would be the most expensive material to an intergalactic society?

Is a piano played in the same way as a harmonium?

Finitely many repeated replacements

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

What do you call someone who likes to pick fights?

Possible to detect presence of nuclear bomb?

Trig Subsitution When There's No Square Root

Which situations would cause a company to ground or recall a aircraft series?

Street obstacles in New Zealand

How do electrons receive energy when a body is heated?

Giving a career talk in my old university, how prominently should I tell students my salary?

Virginia employer terminated employee and wants signing bonus returned



How to add scroll empty space in terminal?


How to set GNOME Terminal to scroll a fixed number of lines with the mouse wheel?My script only opens new terminals when the previous command's terminal is closedUbuntu terminal scroll through suggestionsColorful bash scriptempty desktop, but terminal desktop directory not emptyUbuntu Terminal 16.05LTS How do I keep progress bar output on same line when I resize terminalTerminal scroll past end lineWhen I open php in gnome-terminal -e, I get just empty terminal windowHow can I fix python2 console space/backspace issue related with ^H?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 empty 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 get some scroll empty space for both bash and python?










share|improve this question
























  • What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

    – ubfan1
    23 hours ago











  • Mine is limited to 8192 lines

    – Eka
    23 hours ago











  • My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

    – ubfan1
    21 hours ago











  • 3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

    – Eka
    19 hours ago












  • I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

    – WinEunuuchs2Unix
    11 hours ago















0















When you do find / in the native ubuntu terminal it prints output till the end of the screen. After this there is no empty 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 get some scroll empty space for both bash and python?










share|improve this question
























  • What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

    – ubfan1
    23 hours ago











  • Mine is limited to 8192 lines

    – Eka
    23 hours ago











  • My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

    – ubfan1
    21 hours ago











  • 3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

    – Eka
    19 hours ago












  • I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

    – WinEunuuchs2Unix
    11 hours ago













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 empty 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 get some scroll empty 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 empty 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 get some scroll empty 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








edited 13 mins ago







Eka

















asked 23 hours ago









EkaEka

1,05362139




1,05362139












  • What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

    – ubfan1
    23 hours ago











  • Mine is limited to 8192 lines

    – Eka
    23 hours ago











  • My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

    – ubfan1
    21 hours ago











  • 3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

    – Eka
    19 hours ago












  • I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

    – WinEunuuchs2Unix
    11 hours ago

















  • What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

    – ubfan1
    23 hours ago











  • Mine is limited to 8192 lines

    – Eka
    23 hours ago











  • My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

    – ubfan1
    21 hours ago











  • 3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

    – Eka
    19 hours ago












  • I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

    – WinEunuuchs2Unix
    11 hours ago
















What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

– ubfan1
23 hours ago





What do you have your terminal profile scroll buffer set to? Scrolling in such a situation is the default.

– ubfan1
23 hours ago













Mine is limited to 8192 lines

– Eka
23 hours ago





Mine is limited to 8192 lines

– Eka
23 hours ago













My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

– ubfan1
21 hours ago





My Ubuntu 18.04 gnome-terminal (3.28.2-1ubuntu1~18.04.1) is not limited, up to 100k lines, which is all I've tested for. What release are you running, and which terminal version/package?

– ubfan1
21 hours ago













3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

– Eka
19 hours ago






3.18.3 ubuntu 16.04. Even python programme which prints less than 1000 lines has the same problem

– Eka
19 hours ago














I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

– WinEunuuchs2Unix
11 hours ago





I'm also on 16.04 and your python code works fine with scroll back for me in gnome-terminal.

– WinEunuuchs2Unix
11 hours ago










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-empty-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-empty-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

Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»