wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

feat: add a way to spawn populated LineEditor

Open ekorchmar opened this issue 6 months ago • 0 comments

Closes #6002

Adds a new constructor for LineEditor, that allows to specify text to pre-populate the input. Also removes a call to line.clear() in a method to initiate editing, as it is currently only ever called after editor struct had been newly spawned.

ekorchmar avatar Aug 21 '24 21:08 ekorchmar