4 ms·
Could you elaborate more? I'm having trouble visualizing what you mean.
by pneumic 3y ago
Could you elaborate more? I'm having trouble visualizing what you mean.
- lelanthran 3y ago> Could you elaborate more? I'm having trouble visualizing what you mean. The standard prompt is PS1, which after every command, places the cursor at some point in the line that depends on the width of $PS1 contents. By appending a newline to the existing PS1 variable, the cursor is always at the same point after every command - far left on the last line. I did play with embedding the last command into the PS1 variable too, so that not only is the cursor at a constant position, but the line above it prints the last command too (!! or something like that)
- 12_throw_away 3y agoI think the GGP is referring to how, in this new interface, the prompt is always pinned to the bottom even if you scroll the terminal - so you can scroll back through the output of, say, `rsync --help` to find what you need, without losing sight of the prompt pinned to the bottom.
- pneumic 3y agoAh yeah, I do this too. The hostname and current working dir gets its own line, then on the line below I have my prompt sigil (% or $, depending on shell). What I meant was in the new Jetbrains IDE terminal, the prompt is pinned in a pane at the bottom of the window while you view your output doing its thing in the pane above.