summaryrefslogtreecommitdiff
path: root/terminal.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-23terminal: trim unused headers.Kristian Høgsberg1-3/+0
2009-02-22Paint terminal cursor hollow when focus is lost.Kristian Høgsberg1-6/+27
2009-02-22Don't close the pty master in forkpty child.Kristian Høgsberg1-1/+0
2009-02-21Draw terminal cursor.Kristian Høgsberg1-3/+9
2009-02-21Move keymap to window.cKristian Høgsberg1-101/+5
2009-01-26Add a toy-display object that caches state.Kristian Høgsberg1-5/+7
2009-01-16Switch to cairo-drm, drop struct buffer hacks.Kristian Høgsberg1-14/+9
2008-12-30Add listener interfaces for output and input_device objects.Kristian Høgsberg1-3/+21
2008-12-22Add a fullscreen mode to the terminal.Kristian Høgsberg1-10/+40
2008-12-19Handle more control characters in terminal.Kristian Høgsberg1-14/+14
2008-12-18Set terminal type to vt100.Kristian Høgsberg1-0/+1
2008-12-15Redesign the compositor / server interface.Kristian Høgsberg1-1/+3
2008-12-12Don't close uninitialized fd, check forkpty error.Kristian Høgsberg1-3/+6
2008-12-08Implement a bunch of escape codes.Kristian Høgsberg1-48/+120
2008-12-08Tweak terminal font color.Kristian Høgsberg1-1/+1
2008-12-08Let clients override the suggested size on resize.Kristian Høgsberg1-29/+79
2008-12-08Snap terminal size to an integer number of character cells.Kristian Høgsberg1-2/+25
2008-12-08Handle \e[J and \e[H so we can clear the terminal.Kristian Høgsberg1-11/+57
2008-12-08Make sure we don't miss queue redraws between commit and ack.Kristian Høgsberg1-12/+22
2008-12-08Destroy back buffer in acknowledge handler.Kristian Høgsberg1-3/+1
2008-12-08Add key map for ctrl modifier as well.Kristian Høgsberg1-17/+19
2008-12-08Update tail pointer correctly so scrolling works.Kristian Høgsberg1-1/+9
2008-12-08Skip escape codes for now.Kristian Høgsberg1-0/+15
2008-12-08Add keyboard input to terminal.Kristian Høgsberg1-21/+137
2008-12-07Run command in a pty and feed output to wayland terminal.Kristian Høgsberg1-9/+88
2008-12-07Add some text contents to terminal.Kristian Høgsberg1-7/+71
2008-12-07Refactor window logic into reusable parts, add a new terminal application.Kristian Høgsberg1-0/+133