Add disable new line to message proto

This commit is contained in:
Chris Roberts 2021-08-20 09:02:31 -07:00 committed by Paul Hinze
parent f618d991f8
commit fdfa6f221e
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -952,6 +952,7 @@ message GetJobStreamResponse {
message Line {
string msg = 1;
string style = 2;
bool disable_new_line = 3;
}
message Raw {