Skip to content

Commit

Permalink
Merge branch 'master' into bugfix-rune-count
Browse files Browse the repository at this point in the history
  • Loading branch information
mum4k committed Jun 4, 2018
2 parents e5ca702 + 4a65691 commit 4058126
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[![Doc Status](https://godoc.org/github.com/mum4k/termdash?status.png)](https://godoc.org/github.com/mum4k/termdash)
[![Build Status](https://travis-ci.org/mum4k/termdash.svg?branch=master)](https://travis-ci.org/mum4k/termdash)
[![Coverage Status](https://coveralls.io/repos/github/mum4k/termdash/badge.svg?branch=master)](https://coveralls.io/github/mum4k/termdash?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/mum4k/termdash)](https://goreportcard.com/report/github.com/mum4k/termdash)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mum4k/termdash/blob/master/LICENSE)

# termdash

Expand Down
4 changes: 2 additions & 2 deletions cell/cell.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ func (b Buffer) IsPartial(p image.Point) (bool, error) {
}
}

// RemWidth returns the remaining with (horizontal cells) available from and
// inclusive of the specified point.
// RemWidth returns the remaining width (horizontal row of cells) available
// from and inclusive of the specified point.
func (b Buffer) RemWidth(p image.Point) (int, error) {
size := b.Size()
ar, err := area.FromSize(size)
Expand Down

0 comments on commit 4058126

Please sign in to comment.