index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tmux.h
Commit message (
Expand
)
Author
Age
*
Allow selection in vi mode.
Nicholas Marriott
2009-02-21
*
Redo mode keys slightly more cleanly and apply them to command prompt editing...
Nicholas Marriott
2009-02-13
*
Move status prompt/message init and teardown into status.c.
Nicholas Marriott
2009-02-13
*
Looking up argv[0] is expensive, so just use p_comm for the window name which...
Nicholas Marriott
2009-02-13
*
FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the curso...
Nicholas Marriott
2009-02-11
*
Lose unnecessary cursor restores, fix a couple of placement bugs and remove u...
Nicholas Marriott
2009-02-11
*
Move sx,sy into tty rather than client.
Nicholas Marriott
2009-02-11
*
We are going to need the updated screen data for emulating the scroll region,
Nicholas Marriott
2009-02-11
*
Change tty_cmd_* to use a window_pane.
Nicholas Marriott
2009-02-11
*
Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take
Nicholas Marriott
2009-02-11
*
Simplify screen/tty write code to eliminate function pointer which is now
Nicholas Marriott
2009-02-11
*
Don't redraw status line unless it has actually changed. Stops extraneous
Nicholas Marriott
2009-02-10
*
Don't try to change the window name unless the pid of the process chosen has
Nicholas Marriott
2009-02-09
*
Increase name refresh interval to 250 ms to reduce CPU use.
Nicholas Marriott
2009-02-09
*
Continue process if suspended.
Nicholas Marriott
2009-02-08
*
copy-buffer command.
Tiago Cunha
2009-02-03
*
Set colour of window entry in status line based on window options.
Nicholas Marriott
2009-01-30
*
Undo this and just shut lint up.
Nicholas Marriott
2009-01-29
*
Nuke debugging.
Nicholas Marriott
2009-01-29
*
* Better support for at least the most common variant of mouse input: parse i...
Nicholas Marriott
2009-01-28
*
-u to start with screen scrolled up.
Nicholas Marriott
2009-01-27
*
Handle cursor on/off better.
Nicholas Marriott
2009-01-27
*
Allow status, mode and message attributes to be changed by three new options:...
Nicholas Marriott
2009-01-27
*
Be more clever about picking window name.
Nicholas Marriott
2009-01-26
*
load-buffer command
Tiago Cunha
2009-01-25
*
Make the caller responsible for allocating memory for the paste buffer data
Tiago Cunha
2009-01-25
*
Better error messages for fork.
Nicholas Marriott
2009-01-23
*
Handle SIGTERM (and kill-server which uses it), a bit more neatly - tidy up
Nicholas Marriott
2009-01-21
*
Bring back -p and -l to splitw to specify height as % or nlines.
Nicholas Marriott
2009-01-21
*
Try to change the window title to match the command running it in. This is done
Nicholas Marriott
2009-01-20
*
Bump protocol.
Nicholas Marriott
2009-01-19
*
Pass return code from _exec; allow command sequences to work from the command...
Nicholas Marriott
2009-01-19
*
Start the first client with a special socketpair so it is already known to the
Nicholas Marriott
2009-01-19
*
Unbreak UTF-8.
Nicholas Marriott
2009-01-18
*
-a flags to next/previous window.
Nicholas Marriott
2009-01-18
*
find-window command.
Nicholas Marriott
2009-01-18
*
Support command sequences separated by " ; ". Also clean up command printing.
Nicholas Marriott
2009-01-18
*
suspend-client command and suspend client when ^Z key binding is used.
Nicholas Marriott
2009-01-18
*
Don't use [4] since they are confusing and use the right size for memset. DOH.
Nicholas Marriott
2009-01-17
*
Two new commands, choose-window and choose-session which work only when bound...
Nicholas Marriott
2009-01-15
*
Rename some flags I'm not happy about.
Nicholas Marriott
2009-01-14
*
Rework the prefix-time stuff. The option is now call repeat-time and defaults...
Nicholas Marriott
2009-01-14
*
switch-pane is now select-pane.
Nicholas Marriott
2009-01-14
*
up-pane and down-pane commands.
Nicholas Marriott
2009-01-14
*
Multiple window splitting.
Nicholas Marriott
2009-01-14
*
kill-pane command.
Nicholas Marriott
2009-01-13
*
prefix-time option to allow multiple commands without additional prefixes.
Nicholas Marriott
2009-01-12
*
More hacks for key handling.
Nicholas Marriott
2009-01-12
*
Commands to resize panes; also a pane generic cmd, not used yet.
Nicholas Marriott
2009-01-12
*
Make the window pane code handle panes of different sizes, and add a -l and -...
Nicholas Marriott
2009-01-12
[next]