render: bump maximum window title length from 100 to 2048 (bytes)

Apparently, the max is ~8K, but lets stay on the safe side.
This commit is contained in:
Daniel Eklöf 2020-07-22 21:07:57 +02:00
parent d58f88661f
commit 3869c7299f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,11 @@
## Unreleased
### Added
### Changed
* Maximum window title length from 100 to 2048.
### Deprecated
### Removed
### Fixed