mirror of
https://github.com/gdamore/tcell.git
synced 2025-04-24 13:48:51 +08:00
parent
b64f3de22e
commit
b187e6250e
@ -19,6 +19,7 @@ package tcell
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"github.com/gdamore/tcell/v2/terminfo"
|
||||
"strings"
|
||||
"sync"
|
||||
"syscall/js"
|
||||
@ -676,3 +677,7 @@ var curStyleClasses = map[CursorStyle]string{
|
||||
CursorStyleBlinkingBar: "cursor-blinking-bar",
|
||||
CursorStyleSteadyBar: "cursor-steady-bar",
|
||||
}
|
||||
|
||||
func LookupTerminfo(name string) (ti *terminfo.Terminfo, e error) {
|
||||
return nil, errors.New("LookupTermInfo not supported")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user