Merge branch '2601_tty_init'
commita02c24e6d978666d2cf5dc191ae8146000d27436
authorAndrew Borodin <aborodin@vmail.ru>
Thu, 8 Sep 2011 10:12:26 +0000 (8 14:12 +0400)
committerAndrew Borodin <aborodin@vmail.ru>
Thu, 8 Sep 2011 10:12:26 +0000 (8 14:12 +0400)
tree5fc92069b214954baacdb08687355dff57248dcb
parenteba55ddb569eb41cf8d4c3873bcebee3a8f28bb9
parent70ff1dc3aa38918bd3b367613247473ece001c97
Merge branch '2601_tty_init'

* 2601_tty_init:
  Removed mc_global.args structure.
  Added -g, --oldmouse option to support of NORMAL/BUTTON_EVENT mouse type.
  Removed global variable slow_tty
  Removed global variable ugly_line_drawing
  Moved xterm_flag global variable to mc_global.tty.xterm_flag
  Move SIGWINCH handler initialization to tty_init()
  Fix of mouse and ca capabilities check.
  Refactoring of TTY layer shutdown.
  Ticket #2601: incorrect TTY layer initialization.