File: screen_windows.go

package info (click to toggle)
peco 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 508 kB
  • sloc: makefile: 109
file content (10 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
package peco

import "github.com/nsf/termbox-go"

func (t *Termbox) PostInit() error {
	// Windows handle Esc/Alt self
	termbox.SetInputMode(termbox.InputEsc | termbox.InputAlt)

	return nil
}