ted/go.mod
Leon Mika 6e6e586f1d Added temporary command x-replace
This runs a search and replace over the entire model.  This is just
temporary at the moment in order to get something working.

Also added hitting backspace on an empty entrybox to cancel it.
2020-09-29 23:08:57 +00:00

10 lines
226 B
Modula-2

module github.com/lmika/ted
go 1.15
require (
github.com/lmika/shellwords v0.0.0-20140714114018-ce258dd729fe
github.com/mattn/go-runewidth v0.0.9 // indirect
github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1
)