...
This commit is contained in:
parent
1c01805b1c
commit
08f9c0c100
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ import (
|
|||
"github.com/kovidgoyal/kitty/kittens/unicode_input"
|
||||
"github.com/kovidgoyal/kitty/tools/cli/markup"
|
||||
"github.com/kovidgoyal/kitty/tools/rsync"
|
||||
"github.com/kovidgoyal/kitty/tools/tty"
|
||||
"github.com/kovidgoyal/kitty/tools/tui"
|
||||
"github.com/kovidgoyal/kitty/tools/tui/loop"
|
||||
"github.com/kovidgoyal/kitty/tools/utils"
|
||||
|
|
@ -1068,6 +1069,8 @@ func (self *handler) on_key_event(ev *loop.KeyEvent) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
var debugprintln = tty.DebugPrintln
|
||||
|
||||
func receive_loop(opts *Options, spec []string, dest string) (err error, rc int) {
|
||||
lp, err := loop.New(loop.NoAlternateScreen, loop.NoRestoreColors)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue