+ Moved part of the terminal/console relevant implementation into libserver. This...
commitfedc8682162f2934d6874f56770844eef98947d7
authorbluecode <bluecode@bluebox.(none)>
Thu, 16 Apr 2009 16:07:03 +0000 (16 18:07 +0200)
committerbluecode <bluecode@bluebox.(none)>
Thu, 16 Apr 2009 16:49:12 +0000 (16 18:49 +0200)
tree30323c4bef49d862ab76f028762b9126eeca9dff
parenta7333fe0e2654c187d414444027ff2ff6c28045b
+ Moved part of the terminal/console relevant implementation into libserver. This entailed changes to the libcurses++ interface, to the libunix/curses header and source
files, to the console and to the ps2 server.
20 files changed:
apps/dmesg.cpp
apps/less.cpp
apps/nano/Makefile
lib/curses++/Makefile
lib/curses++/curses.cpp
lib/curses++/include/curses/curses.hpp
lib/libunix/Makefile
lib/libunix/curses.c
lib/libunix/include/curses.h
lib/lightOS++/include/lightOS/device.hpp
lib/lightOS/Makefile
libserver/console.c [new file with mode: 0644]
libserver/include/libserver/console.h [new file with mode: 0644]
libserver/include/libserver/console.hpp [new file with mode: 0644]
libserver/include/libserver/keyboard.h [new file with mode: 0644]
libserver/include/libserver/keyboard.hpp [new file with mode: 0644]
lightOS.kdevelop.filelist
server/console/console.cpp
server/console/main.cpp
server/ps2/keyboard.cpp