donotturnoff / aerend

My third year project
0 stars 0 forks source link

Use `strlen` or similar to compute string lengths in client #135

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

Rather than having to hard-code the string length (e.g. for window title), it would be good to have the option to have it computed. This could be set with a compile-time flag for performance reasons (to avoid the extra strlen function call if necessary).