Skip to content

Update ftstring.c to allow for persistent provided text between switching sample texts.

Bermler requested to merge (removed):master into master

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().

Merge request reports