MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / AddEditChar

Method AddEditChar

internal/tui/settings.go:128–130  ·  view source on GitHub ↗

AddEditChar adds a character to the edit buffer.

(ch rune)

Source from the content-addressed store, hash-verified

126
127// AddEditChar adds a character to the edit buffer.
128func (s *SettingsOverlay) AddEditChar(ch rune) {
129 s.editBuffer += string(ch)
130}
131
132// DeleteEditChar removes the last character from the edit buffer.
133func (s *SettingsOverlay) DeleteEditChar() {

Callers 3

handleSettingsKeysMethod · 0.80

Calls

no outgoing calls

Tested by 2