diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-28 11:12:49 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-28 11:38:06 -0800 |
commit | 8fd568647ae461de9a5d589c24056ef1f2ce992f (patch) | |
tree | 59a62026c22ec8c7d3a116444d5dc40cfc4de1fa /src/luasocket | |
parent | 41803e4afc7ed188e9abbdd4d01b1dfe75ffb4ac (diff) | |
download | teliva-8fd568647ae461de9a5d589c24056ef1f2ce992f.tar.gz |
clear editor state across user-visible restarts
Teliva's constantly restarting without the user being aware of it. So far I figured saving history across the user actually exiting and restarting Teliva was just a happy "feature". However, it looks like that's actually more complex to implement. Keeping editor state across user-visible restarts results in these problems: - opening the editor after restart has the cursor position messed up, no matter what definition you open. - more seriously, opening the editor after restart can't seem to get to the big-picture view anymore. Rather than try to debug what's going on, I'm going to just cordon off that part of the state space for now.
Diffstat (limited to 'src/luasocket')
0 files changed, 0 insertions, 0 deletions