summaryrefslogtreecommitdiff
path: root/Kernel/VirtualConsole.cpp
AgeCommit message (Expand)Author
2018-12-07VirtualConsole: Support the 'A' and 'D' CSI sequences.Andreas Kling
2018-12-07VirtualConsole: The rightmost column is always a default horizontal tab.Andreas Kling
2018-12-07VirtualConsole: Don't output the bell character.Andreas Kling
2018-12-07Add basic support for horizontal tabs in the VirtualConsole.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-12-03More coding style changes.Andreas Kling
2018-11-29Add TIOCGWINSZ ioctl so userland can determine terminal geometry.Andreas Kling
2018-11-16Refactor TTY signal generation a bit.Andreas Kling
2018-11-11Rage hacking to get bash to run. It finally runs. So cool! :^)Andreas Kling
2018-11-10Merge VGA into VirtualConsole.Andreas Kling
2018-11-10Make /bin/clear work again.Andreas Kling
2018-11-09Use the VGA start address for fast VirtualConsole scrolling.Andreas Kling
2018-11-08Add some simple write buffering to LibC's stdio.Andreas Kling
2018-11-02Basic ^C interrupt implementation.Andreas Kling
2018-11-02Add a simple /proc/cpuinfo that includes some info from CPUID.Andreas Kling
2018-11-01Convert VirtualConsole to the new coding style.Andreas Kling
2018-11-01Waiters should be notified when a waitee is killed.Andreas Kling
2018-10-31Add a kmalloc_eternal() for things that will never be destroyed.Andreas Kling
2018-10-31Add a /bin/tty command that prints the current tty.Andreas Kling
2018-10-31Snazz up the kprintf() output a bit by giving it its own color.Andreas Kling
2018-10-30Fix crashy bug where we'd try to deactivate VC -1 on boot.Andreas Kling
2018-10-30Virtual consoles kinda work!Andreas Kling
2018-10-30Start working on virtual consoles/TTYs.Andreas Kling