Skip to content

Commit 921bc26

Browse files
committed
changes in 3af5cfb extended to the windows build
1 parent ad2aef6 commit 921bc26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

debugger/terminal/colorterm/colorterm_windows.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"fmt"
2424

2525
"github.com/jetsetilly/gopher2600/debugger/terminal"
26+
"github.com/jetsetilly/gopher2600/debugger/terminal/commandline"
2627
)
2728

2829
// ColorTerminal implements debugger UI interface with a basic ANSI terminal.
@@ -40,7 +41,7 @@ func (ct *ColorTerminal) CleanUp() {
4041

4142
// RegisterTabCompletion adds an implementation of TabCompletion to the
4243
// ColorTerminal.
43-
func (ct *ColorTerminal) RegisterTabCompletion(tc terminal.TabCompletion) {
44+
func (ct *ColorTerminal) RegisterTabCompletion(tc *commandline.TabCompletion) {
4445
}
4546

4647
// IsInteractive satisfies the terminal.Input interface.

0 commit comments

Comments
 (0)