summaryrefslogtreecommitdiff
path: root/tests/layouts/tab-crash.layout
Commit message (Collapse)AuthorAgeFilesLines
* Update affected teststab-spacesMatthias Clasen2021-12-081-54/+18
|
* Fix a crash in tab handlingtab-crash-fixMatthias Clasen2021-12-051-0/+1429
When we uninsert the current tab run, we need to reset our tab state to prevent last_tab->glyphs to become a dangling pointer. Test included. Fixes: #634