index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
key-bindings.c
Commit message (
Expand
)
Author
Age
*
Swap in new paste buffer code and add a couple more commands.
Nicholas Marriott
2008-06-20
*
Add ; too.
Nicholas Marriott
2008-06-19
*
Command prompt for interactive commands.
Nicholas Marriott
2008-06-19
*
Informational messages on window option changes.
Nicholas Marriott
2008-06-16
*
Memory leak/missing init.
Nicholas Marriott
2008-06-16
*
Easy bits of arg printing for list-keys.
Nicholas Marriott
2008-06-05
*
If no command is specified, assume new-session.
Nicholas Marriott
2008-06-03
*
Clear msgdata where it is unavailable.
Nicholas Marriott
2008-06-02
*
Move -s and -c down a level so handling them is the responsibility of the com...
Nicholas Marriott
2008-06-02
*
Bug fix; don't bail except on first line when printing.
Nicholas Marriott
2007-12-06
*
set/reset mode window functions.
Nicholas Marriott
2007-12-06
*
Major reorganisation of screen handling.
Nicholas Marriott
2007-12-06
*
Big internal reorganisation to move tty control into parent.
Nicholas Marriott
2007-11-27
*
Mostly-complete copy and paste.
Nicholas Marriott
2007-11-23
*
Partial copy mode. Currently does the same as scroll mode but using a cursor....
Nicholas Marriott
2007-11-22
*
Scrollable win for command output.
Nicholas Marriott
2007-11-21
*
Initial history support.
Nicholas Marriott
2007-11-21
*
Mass screen.c rename/tidy. Add a actual size (ysize) as distinct from display...
Nicholas Marriott
2007-11-20
*
Fix a format string bug and sprinkle some printflikes.
Nicholas Marriott
2007-11-20
*
Two-column display for on-line print.
Nicholas Marriott
2007-11-16
*
Ooops use ->client here, not cmdclient.
Nicholas Marriott
2007-11-16
*
Add -c option to specify client, and move detach/refresh to client rather tha...
Nicholas Marriott
2007-11-16
*
Reorg window data structures. Add an intermediate data type (struct winlink) ...
Nicholas Marriott
2007-10-26
*
Remove freed keys from array.
Nicholas Marriott
2007-10-23
*
Kill window command. Nuke some backspace stuff.
Nicholas Marriott
2007-10-19
*
Refresh session command.
Nicholas Marriott
2007-10-19
*
send-prefix command.
Nicholas Marriott
2007-10-12
*
Whoops, FREE not FREEALL.
Nicholas Marriott
2007-10-04
*
Nuke ?.
Nicholas Marriott
2007-10-04
*
Select window command.
Nicholas Marriott
2007-10-04
*
List keys command.
Nicholas Marriott
2007-10-04
*
Next/last/previous window, some other tweaks.
Nicholas Marriott
2007-10-04
*
New window command.
Nicholas Marriott
2007-10-03
*
Rewrite command handling to be more generic. Not finished!
Nicholas Marriott
2007-10-03