Skip to content

Commit 5cbe721

Browse files
committed
Rename proto resize header
1 parent 271cd1a commit 5cbe721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/proto/clientmsg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package proto
33
// Client message header type
44
const (
55
TypeStart = "start"
6-
TypeResize = "resize_header"
6+
TypeResize = "resize"
77
TypeStdin = "stdin"
88
TypeCloseStdin = "close_stdin"
99
)

0 commit comments

Comments
 (0)