Nick von Kaenel

Results 2 issues of Nick von Kaenel

`function Textbox:val(newval) if newval then --self:setEditorState(tostring(newval), nil, string.len(newval) + 2 - self.windowW) self:setEditorState(tostring(newval)) --this seems to work better self:redraw() else return self.retval end end`

## Describe the problem It would be nice to have a quick way to look up different key combinations without running the command each time. ## Describe the solution In...

enhancement