How to specifiy prompt location in terminal?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I am using GNOME 3.2 and my problem is that while working on terminal my prompt is usually at the bottom of screen. As GNOME notifications keep popping up on new mail, chat or song change, it becomes hard to work at the lowest line of terminal.
Is there any way I can set prompt location few lines above the last line in the Terminal, so that I don't have to run clear
every time?
command-line settings prompt
add a comment |
I am using GNOME 3.2 and my problem is that while working on terminal my prompt is usually at the bottom of screen. As GNOME notifications keep popping up on new mail, chat or song change, it becomes hard to work at the lowest line of terminal.
Is there any way I can set prompt location few lines above the last line in the Terminal, so that I don't have to run clear
every time?
command-line settings prompt
add a comment |
I am using GNOME 3.2 and my problem is that while working on terminal my prompt is usually at the bottom of screen. As GNOME notifications keep popping up on new mail, chat or song change, it becomes hard to work at the lowest line of terminal.
Is there any way I can set prompt location few lines above the last line in the Terminal, so that I don't have to run clear
every time?
command-line settings prompt
I am using GNOME 3.2 and my problem is that while working on terminal my prompt is usually at the bottom of screen. As GNOME notifications keep popping up on new mail, chat or song change, it becomes hard to work at the lowest line of terminal.
Is there any way I can set prompt location few lines above the last line in the Terminal, so that I don't have to run clear
every time?
command-line settings prompt
command-line settings prompt
edited Nov 16 '11 at 23:38
Eliah Kagan
83.3k22229369
83.3k22229369
asked Nov 16 '11 at 22:39
Atul KakranaAtul Kakrana
459511
459511
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Rather than attempt to prevent some number of lines near the bottom of the Terminal window from being used, you might want to instead simply resize the Terminal window to whatever best serves your needs. You can put your mouse pointer over the lower-right corner of the Terminal window (or, really, over anywhere on the lower edge) until the mouse pointer changes to a different icon representing resizing. Then click and hold, and drag the border upwards until the window is however small you want it.
To make it so that all Terminals will be of a custom height (and, if you like, width) when you start them, go to Edit
> Profile Preferences
in Terminal. A window with the title Editing Profile "Default"
will come up (or it will give a different profile name, if you're using a named custom profile). In the General
tab (which should already be showing), check the box labeled Use custom default terminal size
. Then you can decrease the number of rows
from 24 to whatever you like.
If your Terminal window is maximized, so that it takes up the whole screen and cannot be resized, then you should restore it to normal size (using the buttons on the window decorator, i.e., on the bar at the top of the window). Then you can either move it to a different location on the screen so that it is more convenient, or resize it as described above.
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with thebash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.
– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
|
show 1 more comment
I use text editors a lot so want my terminal to be full screen height but I also don't want the prompt at the bottom.
I recently figured out an approach using the terminal's support for a character that goes "up" and bash's support to run a command before printing the primary prompt. I hope it works for other people. You'd put the following in your .bash_profile (merging with other code you have setting the prompt (PS1) ).
function proml {
local UP="33[F"
local CL="33[0J"
PS1="$ "
export PROMPT_COMMAND_SPACE="nnnnnnnnnnn$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$CL"
PROMPT_COMMAND="echo -ne "$PROMPT_COMMAND_SPACE""
}
proml
Put N newlines (n
) and N $UP
variables to get N blank lines at the bottom.
And then keep this stuff in your .bashrc or .bash_profile.
add a comment |
You could try using guake, at least as a work-around. It has an option, "Main Window Height" which allows you to vertically adjust how much screen is utilized. This way you can prevent the prompt from ever being under your notifications. The option stays saved, you won't need to resize everytime.
- Install guake via the terminal with
sudo apt-get install guake
- Then type
guake-prefs
to bring up the preferences dialogue. - Find the "Main Window Height" scrollbar at the bottom of the menu and adjust to suit your needs.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79999%2fhow-to-specifiy-prompt-location-in-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Rather than attempt to prevent some number of lines near the bottom of the Terminal window from being used, you might want to instead simply resize the Terminal window to whatever best serves your needs. You can put your mouse pointer over the lower-right corner of the Terminal window (or, really, over anywhere on the lower edge) until the mouse pointer changes to a different icon representing resizing. Then click and hold, and drag the border upwards until the window is however small you want it.
To make it so that all Terminals will be of a custom height (and, if you like, width) when you start them, go to Edit
> Profile Preferences
in Terminal. A window with the title Editing Profile "Default"
will come up (or it will give a different profile name, if you're using a named custom profile). In the General
tab (which should already be showing), check the box labeled Use custom default terminal size
. Then you can decrease the number of rows
from 24 to whatever you like.
If your Terminal window is maximized, so that it takes up the whole screen and cannot be resized, then you should restore it to normal size (using the buttons on the window decorator, i.e., on the bar at the top of the window). Then you can either move it to a different location on the screen so that it is more convenient, or resize it as described above.
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with thebash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.
– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
|
show 1 more comment
Rather than attempt to prevent some number of lines near the bottom of the Terminal window from being used, you might want to instead simply resize the Terminal window to whatever best serves your needs. You can put your mouse pointer over the lower-right corner of the Terminal window (or, really, over anywhere on the lower edge) until the mouse pointer changes to a different icon representing resizing. Then click and hold, and drag the border upwards until the window is however small you want it.
To make it so that all Terminals will be of a custom height (and, if you like, width) when you start them, go to Edit
> Profile Preferences
in Terminal. A window with the title Editing Profile "Default"
will come up (or it will give a different profile name, if you're using a named custom profile). In the General
tab (which should already be showing), check the box labeled Use custom default terminal size
. Then you can decrease the number of rows
from 24 to whatever you like.
If your Terminal window is maximized, so that it takes up the whole screen and cannot be resized, then you should restore it to normal size (using the buttons on the window decorator, i.e., on the bar at the top of the window). Then you can either move it to a different location on the screen so that it is more convenient, or resize it as described above.
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with thebash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.
– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
|
show 1 more comment
Rather than attempt to prevent some number of lines near the bottom of the Terminal window from being used, you might want to instead simply resize the Terminal window to whatever best serves your needs. You can put your mouse pointer over the lower-right corner of the Terminal window (or, really, over anywhere on the lower edge) until the mouse pointer changes to a different icon representing resizing. Then click and hold, and drag the border upwards until the window is however small you want it.
To make it so that all Terminals will be of a custom height (and, if you like, width) when you start them, go to Edit
> Profile Preferences
in Terminal. A window with the title Editing Profile "Default"
will come up (or it will give a different profile name, if you're using a named custom profile). In the General
tab (which should already be showing), check the box labeled Use custom default terminal size
. Then you can decrease the number of rows
from 24 to whatever you like.
If your Terminal window is maximized, so that it takes up the whole screen and cannot be resized, then you should restore it to normal size (using the buttons on the window decorator, i.e., on the bar at the top of the window). Then you can either move it to a different location on the screen so that it is more convenient, or resize it as described above.
Rather than attempt to prevent some number of lines near the bottom of the Terminal window from being used, you might want to instead simply resize the Terminal window to whatever best serves your needs. You can put your mouse pointer over the lower-right corner of the Terminal window (or, really, over anywhere on the lower edge) until the mouse pointer changes to a different icon representing resizing. Then click and hold, and drag the border upwards until the window is however small you want it.
To make it so that all Terminals will be of a custom height (and, if you like, width) when you start them, go to Edit
> Profile Preferences
in Terminal. A window with the title Editing Profile "Default"
will come up (or it will give a different profile name, if you're using a named custom profile). In the General
tab (which should already be showing), check the box labeled Use custom default terminal size
. Then you can decrease the number of rows
from 24 to whatever you like.
If your Terminal window is maximized, so that it takes up the whole screen and cannot be resized, then you should restore it to normal size (using the buttons on the window decorator, i.e., on the bar at the top of the window). Then you can either move it to a different location on the screen so that it is more convenient, or resize it as described above.
edited Nov 17 '11 at 1:32
answered Nov 16 '11 at 23:34
Eliah KaganEliah Kagan
83.3k22229369
83.3k22229369
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with thebash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.
– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
|
show 1 more comment
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with thebash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.
– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@ Eliah Kagan: You are right in a way. But for that I have to resize it everytime I use my terminal. Also it is difficult to concentrate when you are working in the last line of window.
– Atul Kakrana
Nov 17 '11 at 0:20
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@AtulKakrana Good point about how you'd have to manually resize each time if you were following my instructions; I just edited my post to explain how to change the default Terminal size. As for your second point, that probably means that the answer I've proposed will not be suitable for you (though you might try changing your desktop wallpaper or background color to something less distracting, I understand that may not be adequate for your needs). Hopefully someone else will know how to do what you are asking (then you can accept their answer). And if I find out how, I'll edit my post again.
– Eliah Kagan
Nov 17 '11 at 1:35
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
@Elian: Thanks for taking time and writing down detailed instructions about resizing terminal. I actually know all those options. But the problem is that I use smaller size (set in terminal preferences) when I work on multiple things and full size when only working on terminal. There must be some way to configure prompt location. If I find any answer I post it here.
– Atul Kakrana
Nov 17 '11 at 2:48
1
1
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with the
bash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.– Eliah Kagan
Nov 17 '11 at 2:55
@AtulKakrana You might have better luck searching for information about this if phrase the problem in different terms. Presumably, what you want really has nothing to do with the
bash
prompt at all. My understanding is that what you really want to do is to make the Terminal start scrolling down when text is written to some row higher than the final row.– Eliah Kagan
Nov 17 '11 at 2:55
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
@Elian: You nailed it right will file a new post
– Atul Kakrana
Nov 17 '11 at 3:22
|
show 1 more comment
I use text editors a lot so want my terminal to be full screen height but I also don't want the prompt at the bottom.
I recently figured out an approach using the terminal's support for a character that goes "up" and bash's support to run a command before printing the primary prompt. I hope it works for other people. You'd put the following in your .bash_profile (merging with other code you have setting the prompt (PS1) ).
function proml {
local UP="33[F"
local CL="33[0J"
PS1="$ "
export PROMPT_COMMAND_SPACE="nnnnnnnnnnn$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$CL"
PROMPT_COMMAND="echo -ne "$PROMPT_COMMAND_SPACE""
}
proml
Put N newlines (n
) and N $UP
variables to get N blank lines at the bottom.
And then keep this stuff in your .bashrc or .bash_profile.
add a comment |
I use text editors a lot so want my terminal to be full screen height but I also don't want the prompt at the bottom.
I recently figured out an approach using the terminal's support for a character that goes "up" and bash's support to run a command before printing the primary prompt. I hope it works for other people. You'd put the following in your .bash_profile (merging with other code you have setting the prompt (PS1) ).
function proml {
local UP="33[F"
local CL="33[0J"
PS1="$ "
export PROMPT_COMMAND_SPACE="nnnnnnnnnnn$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$CL"
PROMPT_COMMAND="echo -ne "$PROMPT_COMMAND_SPACE""
}
proml
Put N newlines (n
) and N $UP
variables to get N blank lines at the bottom.
And then keep this stuff in your .bashrc or .bash_profile.
add a comment |
I use text editors a lot so want my terminal to be full screen height but I also don't want the prompt at the bottom.
I recently figured out an approach using the terminal's support for a character that goes "up" and bash's support to run a command before printing the primary prompt. I hope it works for other people. You'd put the following in your .bash_profile (merging with other code you have setting the prompt (PS1) ).
function proml {
local UP="33[F"
local CL="33[0J"
PS1="$ "
export PROMPT_COMMAND_SPACE="nnnnnnnnnnn$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$CL"
PROMPT_COMMAND="echo -ne "$PROMPT_COMMAND_SPACE""
}
proml
Put N newlines (n
) and N $UP
variables to get N blank lines at the bottom.
And then keep this stuff in your .bashrc or .bash_profile.
I use text editors a lot so want my terminal to be full screen height but I also don't want the prompt at the bottom.
I recently figured out an approach using the terminal's support for a character that goes "up" and bash's support to run a command before printing the primary prompt. I hope it works for other people. You'd put the following in your .bash_profile (merging with other code you have setting the prompt (PS1) ).
function proml {
local UP="33[F"
local CL="33[0J"
PS1="$ "
export PROMPT_COMMAND_SPACE="nnnnnnnnnnn$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$UP$CL"
PROMPT_COMMAND="echo -ne "$PROMPT_COMMAND_SPACE""
}
proml
Put N newlines (n
) and N $UP
variables to get N blank lines at the bottom.
And then keep this stuff in your .bashrc or .bash_profile.
edited Jul 26 '18 at 13:57
answered Jul 13 '18 at 19:35
mppfmppf
1114
1114
add a comment |
add a comment |
You could try using guake, at least as a work-around. It has an option, "Main Window Height" which allows you to vertically adjust how much screen is utilized. This way you can prevent the prompt from ever being under your notifications. The option stays saved, you won't need to resize everytime.
- Install guake via the terminal with
sudo apt-get install guake
- Then type
guake-prefs
to bring up the preferences dialogue. - Find the "Main Window Height" scrollbar at the bottom of the menu and adjust to suit your needs.
add a comment |
You could try using guake, at least as a work-around. It has an option, "Main Window Height" which allows you to vertically adjust how much screen is utilized. This way you can prevent the prompt from ever being under your notifications. The option stays saved, you won't need to resize everytime.
- Install guake via the terminal with
sudo apt-get install guake
- Then type
guake-prefs
to bring up the preferences dialogue. - Find the "Main Window Height" scrollbar at the bottom of the menu and adjust to suit your needs.
add a comment |
You could try using guake, at least as a work-around. It has an option, "Main Window Height" which allows you to vertically adjust how much screen is utilized. This way you can prevent the prompt from ever being under your notifications. The option stays saved, you won't need to resize everytime.
- Install guake via the terminal with
sudo apt-get install guake
- Then type
guake-prefs
to bring up the preferences dialogue. - Find the "Main Window Height" scrollbar at the bottom of the menu and adjust to suit your needs.
You could try using guake, at least as a work-around. It has an option, "Main Window Height" which allows you to vertically adjust how much screen is utilized. This way you can prevent the prompt from ever being under your notifications. The option stays saved, you won't need to resize everytime.
- Install guake via the terminal with
sudo apt-get install guake
- Then type
guake-prefs
to bring up the preferences dialogue. - Find the "Main Window Height" scrollbar at the bottom of the menu and adjust to suit your needs.
answered Aug 23 '12 at 3:27
InsperatusInsperatus
2,37131940
2,37131940
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f79999%2fhow-to-specifiy-prompt-location-in-terminal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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