mirror of https://github.com/mum4k/termdash.git
Merge branch 'master' into bugfix-rune-count
This commit is contained in:
commit
405812665a
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue