mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Allow mocking remote clients
This commit is contained in:
@@ -548,7 +548,7 @@ func Run(args []string) (rc int, err error) {
|
||||
lp.OnInitialize = func() (string, error) {
|
||||
lp.SetWindowTitle("kitty mouse features demo")
|
||||
lp.SetCursorVisible(false)
|
||||
lp.StartAcceptingDrops("text/plain", "text/uri-list")
|
||||
lp.StartAcceptingDrops("", "text/plain", "text/uri-list")
|
||||
draw_screen()
|
||||
return "", nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user