There may be lots of complicated things that could be done here, but hey if a fixed 30 has worked for most people to date then a fixed 80 is no worse.
@elextr Thanks, my sentiments exactly.
Eventually the hardcoded value could/should probably be moved to a defined constant. Maybe a refactoring beautification PR?
FYI: this value is hardcoded twice, it's also in document.c:
419 if (length < 0)
420 length = 30;
I left it 30 since a filename length less than zero probably doesn't need 80.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.