Skip to content

Remove some global variables

Tim Wiederhake requested to merge twied/twm:globals into master

twm makes use of a lot of global variables. Most of them could be local variables as well. Pick some "low hanging fruits" and turn some globals into locals, which makes the code easier to understand and reason about.

Merge request reports