summaryrefslogtreecommitdiff
path: root/Terminal/main.cpp
AgeCommit message (Expand)Author
2019-02-06Clean up some uninteresting log spam.Andreas Kling
2019-02-05Add a simple close button ("X") to windows.Andreas Kling
2019-01-30Terminal: Oops, escape sequences for the left and right keys were swapped.Andreas Kling
2019-01-30Add support for keyboard arrow keys.Andreas Kling
2019-01-30Let the slave PTY keep the master PTY alive.Andreas Kling
2019-01-30Deallocate PTY's when they close.Andreas Kling
2019-01-26Refactor GUI rendering model to be two-phased.Andreas Kling
2019-01-25Kernel: Fix incorrect EFAULTs when syscall would write into COW pages.Andreas Kling
2019-01-25Terminal: Use a more reasonable data structure for the emulation buffer.Andreas Kling
2019-01-24Terminal: Turn ctrl+character into the appropriate ^character.Andreas Kling
2019-01-23Terminal: Various improvements to terminal emulation.Andreas Kling
2019-01-19Make a SharedGraphics directory for classes shared between Kernel and LibGUI.Andreas Kling
2019-01-17Add WindowActivated and WindowDeactivated events.Andreas Kling
2019-01-16Add a PTY multiplexer (/dev/ptmx) device.Andreas Kling
2019-01-16Get rid of Vnode concept.Andreas Kling
2019-01-16Implement basic support for POSIX-style select().Andreas Kling
2019-01-15Terminal: optimize repaints a bunch.Andreas Kling
2019-01-15Make it possible for a process to switch controlling terminals.Andreas Kling
2019-01-15Add very basic KeyDown events to the GUI event stream.Andreas Kling
2019-01-15Add basic PTY support.Andreas Kling
2019-01-15Start working on a graphical Terminal program.Andreas Kling