Input Buffer Remaining Counter?

Thinking we might need something that helps inform the user of how much buffer they have remaining to work with so they don’t overshoot the buffer? (Sometimes those posts are pretty passionate after all~)

Looks like it counts off totally the same as my notepad++ buffer does for input usage, so a simple 0/2000 displayed and counting off what every bit of input is worth should work no? Probably dim but turns yellow/red based on the number displayed to alert users they might need another buffer to finish their… thought?

Nice idea.

One issue is though; the 2000 limit is for communication (say, whisper, etc).
At the same time, descriptions have another limit of 4000.

To make it correct, the console input parser would need to be smart enough to display different numbers for different commands.

Doable? Yes. But a bit tricky.

/Accipiter