mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Start work on porting icat to Go
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"encoding/base64"
|
||||
"fmt"
|
||||
"io"
|
||||
"os"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
@@ -17,6 +18,10 @@ import (
|
||||
|
||||
var _ = fmt.Print
|
||||
|
||||
func MakeTemp() (*os.File, error) {
|
||||
return os.CreateTemp("", "tty-graphics-protocol-*")
|
||||
}
|
||||
|
||||
// Enums {{{
|
||||
type GRT_a int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user