ScrollbackBuffer.name

A string you can set and process on your own. The library only sets it from the constructor, then leaves it alone.

In my irc client, I use this as the title of a tab I draw to indicate separate conversations.

struct ScrollbackBuffer
string name;

Meta