jawa0 / aish3

AI LLM Agent with memories
Apache License 2.0
3 stars 1 forks source link

Implement word-wrap in TextArea #19

Open jawa0 opened 1 year ago

jawa0 commented 1 year ago

Especially of LLM responses. May be able to prompt it with max width, instead.

jawa0 commented 4 months ago

@mentatbot TextAreas do not currently support word-wrapping. I want you to implement word-wrapping so that if a word in a line would be out of the TextArea's visible area then that line wraps onto the next visible line. Ensure that cursor movement with the arrow keys, etc. still works correctly. Pay attention to TextArea and to TextEditBuffer.

mentatbot[bot] commented 4 months ago

I will start working on this issue