== Code Style == Please use the same indentation as other developers. Follow the style used in GNU Midnight Commander: --gnu-style --format-first-column-comments --indent-level4 --brace-indent0 --line-length100 --no-tabs --blank-lines-after-procedures or in short notation: indent -gnu -fc1 -i4 -bli0 -nut -bap -l100 --