mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Rename SigilStr to PaginationMarker
Signed-off-by: Chris Cummer <chriscummer@me.com>
This commit is contained in:
@@ -78,7 +78,7 @@ func (widget *Widget) content() (string, string, bool) {
|
||||
)
|
||||
|
||||
_, _, width, _ := widget.View.GetRect()
|
||||
text := widget.settings.common.SigilStr(len(widget.Sources), widget.Idx, width) + "\n"
|
||||
text := widget.settings.common.PaginationMarker(len(widget.Sources), widget.Idx, width) + "\n"
|
||||
|
||||
if widget.settings.format {
|
||||
text += widget.formattedText()
|
||||
|
||||
Reference in New Issue
Block a user