Previously it only worked on the right-most column. Also bounded this command to "O" (this might change).
12 lines
289 B
Modula-2
12 lines
289 B
Modula-2
module github.com/lmika/ted
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gdamore/tcell v1.4.0
|
|
github.com/lmika/shellwords v0.0.0-20140714114018-ce258dd729fe
|
|
github.com/mattn/go-runewidth v0.0.10 // indirect
|
|
github.com/rivo/uniseg v0.2.0 // indirect
|
|
github.com/stretchr/testify v1.7.5 // indirect
|
|
)
|