You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's impossible to know whether paste mode is enabled or not, unless you try by inserting newlines. This makes it easy to make an unnecessary and annoying mess.
An indicator for the paste mode status would be a valuable addition to the UI.
The text was updated successfully, but these errors were encountered:
Oh, and I shall suggest a place for that indicator.
I think a good place for this indicator would be somewhere near the input field. That would make it possible to see the status in the corner of the eye, without having to move your eyes too much. That probably also means, that the left side is preferred to the right side, because some users may like to use a large terminal width, or use toxic on the TTY, so having this on the right side could mean that they'd have to move not only their eyes, but also their head.
What I could think of so far is either something like this:
-----
[<status>] <input field>
_____
<tabs>
This means that the input field has a whitespace padding on the left side, and in that padding, various characters can be displayed (perhaps 'P' for "paste", or something similar (I would love a U+23CE, though: ⏎)).
Or something like this:
-----
<input field>
<status line>
_____
<tabs>
Which is obviously overkill for a single character, but:
It may then be a dedicated place to put various info into, with a clear conscience, and not having to think long and hard about the best place to put stuff into.
And I would vote to also put your own online status and message into such a status line (which is a semi-other issue):
I found that not seeing your own online status and message makes you forget about your onlineness, which leads to setting your status once, and then forgetting about it, which renders that function useless, since the info you're displaying to other people is most likely inaccurate.
It's impossible to know whether paste mode is enabled or not, unless you try by inserting newlines. This makes it easy to make an unnecessary and annoying mess.
An indicator for the paste mode status would be a valuable addition to the UI.
The text was updated successfully, but these errors were encountered: