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
47c1f8ac
Commit
47c1f8ac
authored
Feb 26, 2019
by
Felix Kollmann
Browse files
Fix filename and function signature
parent
ba55c4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
sequence_dummy.go
→
sequence
s
_dummy.go
View file @
47c1f8ac
...
...
@@ -4,8 +4,9 @@ package sequences
import
(
"fmt"
"syscall"
)
func
EnableVirtualTerminalProcessing
()
error
{
func
EnableVirtualTerminalProcessing
(
stream
syscall
.
Handle
,
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