]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[console] Do not share ANSI escape context between lineconsole users
authorMichael Brown <mcb30@ipxe.org>
Mon, 26 Mar 2012 20:03:59 +0000 (21:03 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 26 Mar 2012 20:58:50 +0000 (21:58 +0100)
commitc2875ae32952690e11fc6f654fa48f4f2c9f0567
treefca03fb4effcb19498caa8729ad782065cd633bb
parent24b7296319666709ac49bedb47df18d0bc37704e
[console] Do not share ANSI escape context between lineconsole users

An ANSI escape sequence context cannot be shared between multiple
users.  Make the ANSI escape sequence context part of the line console
definition and provide individual contexts for each user.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/vmware/vmconsole.c
src/core/lineconsole.c
src/include/ipxe/lineconsole.h
src/net/udp/syslog.c