-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split terminal view in two-page layout #16195
Comments
In case it's not obvious, this is a bot. It's kind of interesting when you look at their profile activity. There are like 20 or so issues across different repositories all with the same title. Sometimes no content in the issue, but sometimes with unrelated text like the example above. And when the issue is closed, the bot actually replies, arguing for it to be reopened. It's definitely a step up from the usual bots we see. |
I'm not a bot, you can't affirm such thing without proofs. I've created some issues to see which terminal support that function or is willing to work on it. If you check further then when you have wanted to, you'll see multitude of other activities. There is content on the issue only when it's mandatory to have some. But when it's not needed, the title suffice. It's not a step up from bots, it's a human. Bots would have same behaviour. Describing my behaviour don't suffice to transform me into a bot. Btw you're a bot, you're automatically following my posts, replying literally the same thing, definitively a step down from the usual bots we see |
It's not because you read some LLM text that is was put by a bot. I think for now (without any statistics) that most AI users are human for now. So they generate and use LLM text while not being a bot And the description is just some gibberish placeholder because description was mandatory, the issue is mainly about "Split terminal view in two-page layout". So Your 3 remarks has nothing to see with actual issue It's not a "long story of spam". It's request on some terminal to develop that function or redirect to one |
Buddy, if you're a human, please try harder. The description is mandatory, because issues should have helpful descriptions. Titles are not good enough. If a human can't be bothered to write it, then why should I be bothered to read it? Also, split panes have been a feature of the Terminal since literally the first Terminal release. |
I don't ask you to read the description, i put it because it was mandatory, it's really about the title It's not about splitting to have two terminal. It's about having the view of one, on two pane, to have the same scrollback |
See now, how could anyone, in literally any of the terminal repos you spammed, have ever known that, without a description |
I don't know what people doesn't understand about my request unless it's told. For me it's clear. I'm okay about being not understood, thats why I reply to questions to be more precise. But I can't know what to explain if I don't know what's not understood. And it's still not a spam. I genuinely asked to multiple projects if they have that function or are willing to work on it |
Here are some examples of the feature as you've proposed it in different places:
This is apparently all the same feature request. If you are a real human, you still deserve to be banned for spamming nonsense like this. |
For what it's worth, this request is already tracked in #2601. Next time, please just provide a real description of what you want. Like, two sentences. A tweet's worth of text was enough to describe what you really wanted. But spamming 50 other repos with the same request (and random garbage descriptions) is always gonna get you marked as spam pal. |
Description of the new feature/enhancement
I would like to propose the addition of a dark mode feature to our application. Currently, our application only supports a light mode interface. Adding a dark mode would provide users with an alternative color scheme that is easier on the eyes in low-light environments and can help reduce eye strain.
Users would be able to toggle between light mode and dark mode in the application settings. This feature would enhance the user experience, making our application more accessible and visually comfortable for a wider range of users.
Proposed technical implementation details (optional)
The implementation of dark mode can be achieved through the following steps:
User Settings: Add an option in the user settings that allows users to switch between light mode and dark mode.
Stylesheets: Create a separate stylesheet for dark mode styles, including background colors, text colors, and other visual elements.
Toggle Button: Include a toggle button or switch in the application's user interface to allow users to switch between light and dark modes.
Media Queries: Use CSS media queries to detect the user's preference and load the appropriate stylesheet.
Testing: Thoroughly test the dark mode across various devices and browsers to ensure a consistent and user-friendly experience.
This enhancement would greatly improve the accessibility and usability of our application for users who prefer dark mode or have specific visual needs.
The text was updated successfully, but these errors were encountered: