Skip to content

Commit

Permalink
StreamDisplay represents a vertical line
Browse files Browse the repository at this point in the history
  • Loading branch information
gosharplite authored Jun 16, 2016
1 parent f28fd18 commit 3d99ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ STREAM:
delete(s.display.streams, s)
}

// StreamDisplay represents a horizontal line in the terminal on which `Stream`s are displayed.
// StreamDisplay represents a vertical line in the terminal on which `Stream`s are displayed.
// StreamDisplay also creates the Streams themselves
type StreamDisplay struct {
column int
Expand Down

0 comments on commit 3d99ad9

Please sign in to comment.