summaryrefslogtreecommitdiffstats
path: root/key-bindings.c
AgeCommit message (Expand)Author
2009-01-18-a flags to next/previous window.Nicholas Marriott
2009-01-18find-window command.Nicholas Marriott
2009-01-18Support command sequences separated by " ; ". Also clean up command printing.Nicholas Marriott
2009-01-18suspend-client command and suspend client when ^Z key binding is used.Nicholas Marriott
2009-01-17Actually remove the key binding from the tree when freeing it.Nicholas Marriott
2009-01-15Two new commands, choose-window and choose-session which work only when bound...Nicholas Marriott
2009-01-14Whoops, stray line.Nicholas Marriott
2009-01-14Rework the prefix-time stuff. The option is now call repeat-time and defaults...Nicholas Marriott
2009-01-14Alt-up/down to resize by five lines.Nicholas Marriott
2009-01-14switch-pane is now select-pane.Nicholas Marriott
2009-01-14up-pane and down-pane commands.Nicholas Marriott
2009-01-14Multiple window splitting.Nicholas Marriott
2009-01-13command-prompt now accepts a single argument, a template string. Any occurren...Nicholas Marriott
2009-01-12Commands to resize panes; also a pane generic cmd, not used yet.Nicholas Marriott
2009-01-11Window splitting. Two vertical panes fixed 50% each. This is a huge diff, sti...Nicholas Marriott
2009-01-10Clock mode.Nicholas Marriott
2009-01-07Introduce nitems() and use it; use bsearch.Nicholas Marriott
2009-01-06Whoops, add keys in the right place in the tree.Nicholas Marriott
2009-01-06Switch to splay tree for key bindings.Nicholas Marriott
2008-12-17Another duplicate.Nicholas Marriott
2008-06-25Oops, forgot to commit move-window. Also add select-prompt to allow index to ...Nicholas Marriott
2008-06-25Only lowercase key bindings.Nicholas Marriott
2008-06-21Lose unnecessary flags on context.Nicholas Marriott
2008-06-20Swap in new paste buffer code and add a couple more commands.Nicholas Marriott
2008-06-19Add ; too.Nicholas Marriott
2008-06-19Command prompt for interactive commands.Nicholas Marriott
2008-06-16Informational messages on window option changes.Nicholas Marriott
2008-06-16Memory leak/missing init.Nicholas Marriott
2008-06-05Easy bits of arg printing for list-keys.Nicholas Marriott
2008-06-03If no command is specified, assume new-session.Nicholas Marriott
2008-06-02Clear msgdata where it is unavailable.Nicholas Marriott
2008-06-02Move -s and -c down a level so handling them is the responsibility of the com...Nicholas Marriott
2007-12-06Bug fix; don't bail except on first line when printing.Nicholas Marriott
2007-12-06set/reset mode window functions.Nicholas Marriott
2007-12-06Major reorganisation of screen handling.Nicholas Marriott
2007-11-27Big internal reorganisation to move tty control into parent.Nicholas Marriott
2007-11-23Mostly-complete copy and paste.Nicholas Marriott
2007-11-22Partial copy mode. Currently does the same as scroll mode but using a cursor....Nicholas Marriott
2007-11-21Scrollable win for command output.Nicholas Marriott
2007-11-21Initial history support.Nicholas Marriott
2007-11-20Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...Nicholas Marriott
2007-11-20Fix a format string bug and sprinkle some printflikes.Nicholas Marriott
2007-11-16Two-column display for on-line print.Nicholas Marriott
2007-11-16Ooops use ->client here, not cmdclient.Nicholas Marriott
2007-11-16Add -c option to specify client, and move detach/refresh to client rather tha...Nicholas Marriott
2007-10-26Reorg window data structures. Add an intermediate data type (struct winlink) ...Nicholas Marriott
2007-10-23Remove freed keys from array.Nicholas Marriott
2007-10-19Kill window command. Nuke some backspace stuff.Nicholas Marriott
2007-10-19Refresh session command.Nicholas Marriott
2007-10-12send-prefix command.Nicholas Marriott