Discussion Overview
The discussion revolves around the behavior of terminal output in Ubuntu 18.04, specifically the desire to have new text appear at the top of the terminal rather than the default bottom-to-top arrangement. Participants explore various methods and implications of altering this output behavior.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
Main Points Raised
- Some participants suggest using the clear screen ANSI code in the prompt to start new commands at the top, but note that this requires manual scrolling to view previous output.
- There is a proposal to pipe command output to tools like less to manage screen overflow, though this does not directly address the original request.
- One participant expresses confusion over the desired output behavior, questioning how new lines would be displayed when the screen is full.
- Another participant mentions that they have never encountered a terminal that operates in the proposed manner, suggesting it could be adapted from existing code.
- Concerns are raised about the practicality of having new output appear at the top, with some participants doubting its usefulness.
- A script is provided as a potential workaround, which clears the screen and runs commands, but does not fundamentally change the output order.
Areas of Agreement / Disagreement
Participants express varying levels of understanding and agreement regarding the feasibility and practicality of changing terminal output behavior. No consensus is reached on a solution, and multiple competing views remain regarding the usefulness of the proposed changes.
Contextual Notes
Participants note limitations in existing terminal behavior and the potential need for custom solutions, but do not resolve the underlying technical challenges or assumptions about user preferences.