Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christoph Conrads
go-windows-terminal-sequences
Commits
3f66b7d6
Commit
3f66b7d6
authored
Feb 26, 2019
by
Felix Kollmann
Browse files
Fix compile error on linux
parent
1b7231d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
sequences_dummy.go
View file @
3f66b7d6
...
...
@@ -4,9 +4,8 @@ package sequences
import
(
"fmt"
"syscall"
)
func
EnableVirtualTerminalProcessing
(
stream
syscall
.
Handle
,
enable
bool
)
error
{
func
EnableVirtualTerminalProcessing
(
stream
uintptr
,
enable
bool
)
error
{
return
fmt
.
Errorf
(
"windows only package"
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment