arguments.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
array.h
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
attributes.c
Use snprintf for constructing attribute string, from Tim Ruehsen.
2012-03-17 21:45:25 +00:00
cfg.c
Fix a couple of memory leaks, from Romain Francoise.
2013-03-21 16:54:37 +00:00
client.c
If stdin in the client is enable immediately, tmux will eat anything
2012-09-03 08:48:57 +00:00
clock.c
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
2009-12-03 22:50:09 +00:00
cmd-attach-session.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-bind-key.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-break-pane.c
Use a separate define for each default format template and strip clutter
2012-08-14 08:51:53 +00:00
cmd-capture-pane.c
Support capture-pane -p to send to stdout.
2013-03-21 18:43:34 +00:00
cmd-choose-buffer.c
Allow choose commands to be used outside tmux, so long as at least one
2013-03-21 16:09:59 +00:00
cmd-choose-client.c
Allow choose commands to be used outside tmux, so long as at least one
2013-03-21 16:09:59 +00:00
cmd-choose-list.c
Allow choose commands to be used outside tmux, so long as at least one
2013-03-21 16:09:59 +00:00
cmd-choose-tree.c
Make choose-tree actually work again.
2013-03-21 16:53:12 +00:00
cmd-clear-history.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-clock-mode.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-command-prompt.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-confirm-before.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-copy-mode.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-delete-buffer.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-detach-client.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-display-message.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-display-panes.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-find-window.c
Allow choose commands to be used outside tmux, so long as at least one
2013-03-21 16:09:59 +00:00
cmd-has-session.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-if-shell.c
Remove dead code, from Sean Estabrooks.
2012-08-11 07:32:16 +00:00
cmd-join-pane.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-kill-pane.c
Add a patch missed during a merge sometime to use
2012-08-14 08:15:00 +00:00
cmd-kill-server.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-kill-session.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-kill-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-link-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-list-buffers.c
Use a separate define for each default format template and strip clutter
2012-08-14 08:51:53 +00:00
cmd-list-clients.c
Fix some function prototypes from Helmut Tessarek.
2012-10-15 21:53:30 +00:00
cmd-list-commands.c
Show alias in lscm output.
2013-03-21 16:12:50 +00:00
cmd-list-keys.c
Fix some function prototypes from Helmut Tessarek.
2012-10-15 21:53:30 +00:00
cmd-list-panes.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-list-sessions.c
Use a separate define for each default format template and strip clutter
2012-08-14 08:51:53 +00:00
cmd-list-windows.c
Add ability to active pane in list-windows and find-window formats, from
2012-10-25 11:26:47 +00:00
cmd-list.c
Add a queue of notifys and a way to turn them off and on (we do not want
2012-07-13 06:27:41 +00:00
cmd-load-buffer.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-lock-server.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-move-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-new-session.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-new-window.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-paste-buffer.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-pipe-pane.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-refresh-client.c
Add -c to refresh-client to set client size in control mode, based on
2013-03-21 16:49:37 +00:00
cmd-rename-session.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-rename-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-resize-pane.c
Remove the layout undo/redo code which never really worked.
2013-01-17 00:11:22 +00:00
cmd-respawn-pane.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-respawn-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-rotate-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-run-shell.c
Allow cmd-run-shell to accept -t to specify the pane to display the
2012-11-27 15:09:35 +00:00
cmd-save-buffer.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-select-layout.c
Unused variable/type nit from Thomas Adam.
2013-01-30 17:00:17 +00:00
cmd-select-pane.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-select-window.c
Add -T option to select-window to toggle to last window if already
2012-12-24 12:34:32 +00:00
cmd-send-keys.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-send-prefix.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-server-info.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
cmd-set-buffer.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-set-environment.c
fix an off-by-one
2012-10-31 19:11:18 +00:00
cmd-set-option.c
Add user options, prefixed with @. May be set to any arbitrary string.
2013-03-21 16:17:01 +00:00
cmd-show-buffer.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-show-environment.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-show-messages.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-show-options.c
Add user options, prefixed with @. May be set to any arbitrary string.
2013-03-21 16:17:01 +00:00
cmd-source-file.c
Correctly aggregate together errors from nested config files (with
2012-11-27 16:12:29 +00:00
cmd-split-window.c
Use the CMD_*_USAGE defines consistently, from Thomas Adam.
2012-12-09 23:17:35 +00:00
cmd-start-server.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-string.c
Simplify command string parsing with a helper function from Tiago Cunha.
2012-12-06 12:47:48 +00:00
cmd-suspend-client.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-swap-pane.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-swap-window.c
Fix some function prototypes from Helmut Tessarek.
2012-10-15 21:53:30 +00:00
cmd-switch-client.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-unbind-key.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd-unlink-window.c
Make command exec functions return an enum rather than -1/0/1 values and
2012-07-11 07:10:15 +00:00
cmd.c
Do not crash when calling choose-tree with a command that changes the mode.
2013-03-21 16:22:48 +00:00
colour.c
Add strings to allow the aixterm bright colours to be used when
2012-01-21 08:23:12 +00:00
control-notify.c
Add notification for input from a pane, from George Nachman.
2012-09-25 07:41:22 +00:00
control.c
Add control_write_buffer, from George Nachman.
2012-09-24 13:39:10 +00:00
environ.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
format.c
Add a format client_prefix which is 1 if prefix key has been
2013-03-21 16:14:09 +00:00
grid-cell.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
grid-view.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
grid.c
Rework reflow code so it does not do so much allocation which should be
2013-03-21 16:12:10 +00:00
input-keys.c
Support middle-click paste, based on a diff from Ailin Nemui.
2012-11-27 20:22:12 +00:00
input.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
job.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
key-bindings.c
Remove the layout undo/redo code which never really worked.
2013-01-17 00:11:22 +00:00
key-string.c
Accept hex values as keys, needed for send-keys, based on a diff from
2012-03-04 20:40:54 +00:00
layout-custom.c
Add notify hooks for various events, the functions are currently empty
2012-03-17 22:35:09 +00:00
layout-set.c
Fix a trivial copy-and-paste error (sx->sy), from Chris Johnsen.
2011-11-09 12:02:07 +00:00
layout.c
Remove the layout undo/redo code which never really worked.
2013-01-17 00:11:22 +00:00
log.c
Do not use stderr for log file and don't call log_close when not needed.
2012-05-30 15:01:21 +00:00
Makefile
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
mode-key.c
Fix a couple of memory leaks, from Romain Francoise.
2013-03-21 16:54:37 +00:00
names.c
Fix session choice so that preferring unattached sessions actually
2012-11-27 09:20:03 +00:00
notify.c
Add notification for input from a pane, from George Nachman.
2012-09-25 07:41:22 +00:00
options-table.c
Add -v to set and setw to show only option value.
2013-03-21 16:15:52 +00:00
options.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
paste.c
Support middle-click paste, based on a diff from Ailin Nemui.
2012-11-27 20:22:12 +00:00
procname.c
We no longer use struct eproc for kinfo_proc in sysctl.h so there
2012-12-18 21:28:45 +00:00
resize.c
Add notify hooks for various events, the functions are currently empty
2012-03-17 22:35:09 +00:00
screen-redraw.c
Use a predefined structure for not-space cells used to set attributes.
2012-05-23 19:19:40 +00:00
screen-write.c
Rather than having two grids for each pane, one for ASCII and one for
2013-01-18 02:16:21 +00:00
screen.c
Rework reflow code so it does not do so much allocation which should be
2013-03-21 16:12:10 +00:00
server-client.c
Add a format client_prefix which is 1 if prefix key has been
2013-03-21 16:14:09 +00:00
server-fn.c
If stdin in the client is enable immediately, tmux will eat anything
2012-09-03 08:48:57 +00:00
server-window.c
Fix BELL_NONE which had been broken in some code reorganisation or other
2012-10-25 11:16:53 +00:00
server.c
Fix argument order in a log statement.
2012-12-06 12:49:13 +00:00
session.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
signal.c
Do not call event_del() for signals after fork(), just use sigaction()
2010-08-19 18:29:01 +00:00
status.c
Aargh. Spaces -> tabs.
2013-03-21 16:25:08 +00:00
tmux.1
Support capture-pane -p to send to stdout.
2013-03-21 18:43:34 +00:00
tmux.c
Correctly aggregate together errors from nested config files (with
2012-11-27 16:12:29 +00:00
tmux.h
Tidy by splitting default key tables into two.
2013-03-21 16:50:22 +00:00
tty-acs.c
Use UTF-8 line drawing characters on UTF-8 terminals. Fixes some stupid
2010-09-11 16:19:22 +00:00
tty-keys.c
Don't set key KEYC_NONE on xterm_keys_find match()
2013-03-21 18:45:38 +00:00
tty-term.c
Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.
2013-01-15 23:18:55 +00:00
tty.c
Include the \033 in the key tree and adjust key matching for this change.
2013-03-21 18:44:47 +00:00
utf8.c
Support for UTF-8 mouse input (\033[1005h). This was added in xterm 262
2011-01-03 23:35:21 +00:00
window-choose.c
Do not crash when calling choose-tree with a command that changes the mode.
2013-03-21 16:22:48 +00:00
window-clock.c
Automatically reflow wrapped lines when a pane is resized, requested by
2013-02-05 11:08:59 +00:00
window-copy.c
Automatically reflow wrapped lines when a pane is resized, requested by
2013-02-05 11:08:59 +00:00
window.c
Automatically reflow wrapped lines when a pane is resized, requested by
2013-02-05 11:08:59 +00:00
xmalloc.c
xfree is not particularly helpful, remove it. From Thomas Adam.
2012-07-10 11:53:01 +00:00
xterm-keys.c
Add a couple of extra xterm-style keys that gnome terminal provides,
2011-06-23 10:02:49 +00:00