]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
In term_init(), copy stuff out of the conf _before_ calling
authorSimon Tatham <anakin@pobox.com>
Tue, 13 Sep 2011 10:27:00 +0000 (10:27 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 Sep 2011 10:27:00 +0000 (10:27 +0000)
commitc68a646c64ee25ac7ec8d31085501130295415f4
tree063f015d78dda28b339b60c15227b9864d3a9d7c
parent9da44eeb266f7c261e2f2c5787a2cb1407e55218
In term_init(), copy stuff out of the conf _before_ calling
power_on(), since the latter calls term_schedule_cblink which expects
term->blink_cur to have been initialised.

[originally from svn r9278]
terminal.c