bugfix: rendering hyperlinks in wrapping lines
[?]
May 15, 2023, 12:05 AM
VNVRFP2VXSPBWNGEZZSNRKGGSWGHQTYNOZ5XF3FTQOCH76EKIVEACDependencies
- [2]
GZ5WULJVswitch source side to new screen-line-based render - [3]
KKMFQDR4editing source code from within the app
Change contents
- replacement in source_text.lua at line 184
return App.width(line.data:sub(1, loff-1)), App.width(line.data:sub(1, hoff))return App.width(line.data:sub(soff, loff-1)), App.width(line.data:sub(soff, hoff))