opencode icon indicating copy to clipboard operation
opencode copied to clipboard

fix(tui): remove extra newline after exiting /editor

Open AdiY00 opened this issue 5 months ago • 0 comments

Basically, whenever you exit the editor after making a change it would add an extra newline because of some weird read file interaction. Fixed that by truncating one "\n" in the SetValue function.

(also deleted an extra binary that accidentally got included in my last commit)

AdiY00 avatar Jul 16 '25 14:07 AdiY00