...
This commit is contained in:
parent
e23243ec78
commit
4a0aa012e4
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ func (self *faces) draw_screen() (err error) {
|
|||
return
|
||||
}
|
||||
lp.MoveCursorTo(1, y+1)
|
||||
_, y, str = self.handler.render_lines.InRectangle([]string{title + " - " + previews[setting].Psname}, 0, y, int(sz.WidthCells), int(sz.HeightCells), &self.handler.mouse_state, self.on_click)
|
||||
_, y, str = self.handler.render_lines.InRectangle([]string{title + ": " + previews[setting].Psname}, 0, y, int(sz.WidthCells), int(sz.HeightCells), &self.handler.mouse_state, self.on_click)
|
||||
lp.QueueWriteString(str)
|
||||
if y+num_lines < int(sz.HeightCells) {
|
||||
lp.MoveCursorTo(1, y+1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue