Skip to content

Commit

Permalink
changes in 3af5cfb extended to the windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
JetSetIlly committed Oct 2, 2024
1 parent ad2aef6 commit 921bc26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debugger/terminal/colorterm/colorterm_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"fmt"

"github.com/jetsetilly/gopher2600/debugger/terminal"
"github.com/jetsetilly/gopher2600/debugger/terminal/commandline"
)

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

// RegisterTabCompletion adds an implementation of TabCompletion to the
// ColorTerminal.
func (ct *ColorTerminal) RegisterTabCompletion(tc terminal.TabCompletion) {
func (ct *ColorTerminal) RegisterTabCompletion(tc *commandline.TabCompletion) {
}

// IsInteractive satisfies the terminal.Input interface.
Expand Down

0 comments on commit 921bc26

Please sign in to comment.