parent
d67054a000
commit
697a05cdd0
4
ui.go
4
ui.go
@ -669,8 +669,8 @@ func (ui *UI) prompt(nav *Nav, pref string) string {
|
|||||||
|
|
||||||
win.printl(0, 0, fg, bg, pref)
|
win.printl(0, 0, fg, bg, pref)
|
||||||
win.print(len(pref), 0, fg, bg, string(lacc))
|
win.print(len(pref), 0, fg, bg, string(lacc))
|
||||||
win.print(len(pref)+len(lacc), 0, fg, bg, string(racc))
|
win.print(len(pref)+runeSliceWidth(lacc), 0, fg, bg, string(racc))
|
||||||
termbox.SetCursor(win.x+len(pref)+len(lacc), win.y)
|
termbox.SetCursor(win.x+len(pref)+runeSliceWidth(lacc), win.y)
|
||||||
termbox.Flush()
|
termbox.Flush()
|
||||||
default:
|
default:
|
||||||
// TODO: handle other events
|
// TODO: handle other events
|
||||||
|
Loading…
Reference in New Issue
Block a user