mirror of https://github.com/liamg/aminal.git
Resolve formatting issues (#222)
This commit is contained in:
parent
82ab02da9b
commit
0ac44844ad
|
@ -170,7 +170,8 @@ func TestSixel(t *testing.T) {
|
||||||
runMain(func() {
|
runMain(func() {
|
||||||
|
|
||||||
testFunc := func(term *terminal.Terminal, g *gui.GUI) {
|
testFunc := func(term *terminal.Terminal, g *gui.GUI) {
|
||||||
termRef = term; guiRef = g
|
termRef = term
|
||||||
|
guiRef = g
|
||||||
|
|
||||||
sleep()
|
sleep()
|
||||||
send(term, "export PS1='> '\n")
|
send(term, "export PS1='> '\n")
|
||||||
|
|
Loading…
Reference in New Issue