The source project of this merge request has been removed.
Update ftstring.c to allow for persistent provided text between switching sample texts.
In ftstring.c, if you press tab to switch between sample texts after providing a sample string with "-m", the string will be gone from the tab rotation. This patch will fix that by saving the string provided as an argument, and making sure it is part of the "rotation" process of event_text_change().