cloudhead / rx

👾 Modern and minimalist pixel editor
https://discord.gg/xHggPjfsS9
GNU General Public License v3.0
3.07k stars 109 forks source link

Add status line trimming #136

Open dstettler opened 1 year ago

dstettler commented 1 year ago

Fix/basic implementation of #112. Automatically pulls characters from the status string and replaces them with "...". This method does have the downside of showing the full status string if the window is resized small enough, however I presume the average user isn't going to be doing this, so it shouldn't matter.

Important to note that this is not configurable currently, but configurable behavior could be feasibly added on in the future.