This commit is contained in:
parent
76dce52a86
commit
291d1439f4
32 changed files with 24 additions and 4162 deletions
|
|
@ -417,6 +417,13 @@ func (sc StandardCommands) ConfigureUCL(ucl *ucl.Inst) {
|
|||
ucl.SetBuiltin("noisy-touch", sc.cmdNoisyTouch)
|
||||
ucl.SetBuiltin("rebind", sc.cmdRebind)
|
||||
|
||||
// Aliases
|
||||
ucl.SetBuiltin("sa", sc.cmdSetAttr)
|
||||
ucl.SetBuiltin("da", sc.cmdDelAttr)
|
||||
ucl.SetBuiltin("np", sc.cmdNextPage)
|
||||
ucl.SetBuiltin("w", sc.cmdPut)
|
||||
ucl.SetBuiltin("q", sc.cmdQuit)
|
||||
|
||||
ucl.SetPseudoVar("resultset", resultSetPVar{sc.State, sc.ReadController})
|
||||
ucl.SetPseudoVar("table", tablePVar{sc.State})
|
||||
ucl.SetPseudoVar("item", itemPVar{sc.State})
|
||||
|
|
|
|||
|
|
@ -126,7 +126,6 @@ func newService(t *testing.T, opts ...serviceOpt) *services {
|
|||
inputHistoryService,
|
||||
eventBus,
|
||||
pasteboardprovider.NilProvider{},
|
||||
nil,
|
||||
s.table,
|
||||
)
|
||||
writeController := controllers.NewTableWriteController(state, service, jobsController, readController, settingStore)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue