mirror of
https://github.com/taigrr/wtf
synced 2026-03-27 13:42:21 -07:00
Rename SigilStr to PaginationMarker
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -151,7 +151,9 @@ func (common *Common) RightAlignFormat(width int) string {
|
||||
return fmt.Sprintf("%%%ds", width-borderOffset)
|
||||
}
|
||||
|
||||
func (common *Common) SigilStr(len, pos, width int) string {
|
||||
// PaginationMarker generates the pagination indicators that appear in the top-right corner
|
||||
// of multisource widgets
|
||||
func (common *Common) PaginationMarker(len, pos, width int) string {
|
||||
sigils := ""
|
||||
|
||||
if len > 1 {
|
||||
|
||||
Reference in New Issue
Block a user