Go to file
Nicholas Marriott abb728684b Add back JOB_PERSIST checks that got lost. 2009-11-04 21:10:49 +00:00
Makefile Switch jobs over to use a bufferevent. 2009-11-04 21:04:43 +00:00
array.h Missing ;. From eric@ ages ago. 2009-10-29 08:59:17 +00:00
attributes.c
buffer-poll.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
buffer.c
cfg.c tabs are better; ok nicm 2009-10-26 21:42:04 +00:00
client.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
clock.c
cmd-attach-session.c
cmd-bind-key.c
cmd-break-pane.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-choose-client.c
cmd-choose-session.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-choose-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-clear-history.c
cmd-clock-mode.c
cmd-command-prompt.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-confirm-before.c
cmd-copy-buffer.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-copy-mode.c Remove scroll mode which is now redundant, copy mode should be used instead. 2009-10-06 07:19:32 +00:00
cmd-delete-buffer.c
cmd-detach-client.c
cmd-display-message.c Rather than running status-left, status-right and window title #() with popen 2009-10-10 15:03:01 +00:00
cmd-display-panes.c
cmd-down-pane.c
cmd-find-window.c
cmd-generic.c
cmd-has-session.c
cmd-if-shell.c Add a flag for jobs that shouldn't be freed after they've died and use it for 2009-11-01 23:20:37 +00:00
cmd-kill-pane.c -a option to kill all except current pane. From Tiago Cunha, thanks! 2009-10-24 10:12:39 +00:00
cmd-kill-server.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
cmd-kill-session.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-kill-window.c
cmd-last-window.c
cmd-link-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-list-buffers.c
cmd-list-clients.c
cmd-list-commands.c
cmd-list-keys.c
cmd-list-panes.c The pane pty name isn't useful for anything so show the pane number instead. 2009-10-15 07:05:38 +00:00
cmd-list-sessions.c Change session and client activity and creation time members to have more 2009-11-03 20:29:47 +00:00
cmd-list-windows.c Split list-panes off from list-windows. 2009-10-10 17:19:38 +00:00
cmd-list.c
cmd-load-buffer.c Call fstat() after fopen() rather than stat() before. 2009-10-26 21:25:57 +00:00
cmd-lock-client.c New lock-client and lock-session commands to lock an individual client or all 2009-09-24 14:17:09 +00:00
cmd-lock-server.c Don't allow locked or suspended clients to limit the size of active clients. 2009-09-24 07:02:56 +00:00
cmd-lock-session.c New lock-client and lock-session commands to lock an individual client or all 2009-09-24 14:17:09 +00:00
cmd-move-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-new-session.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-new-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-next-layout.c
cmd-next-window.c
cmd-paste-buffer.c
cmd-pipe-pane.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
cmd-previous-layout.c
cmd-previous-window.c
cmd-refresh-client.c
cmd-rename-session.c
cmd-rename-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-resize-pane.c
cmd-respawn-window.c
cmd-rotate-window.c
cmd-run-shell.c Switch jobs over to use a bufferevent. 2009-11-04 21:04:43 +00:00
cmd-save-buffer.c Reset the umask right after fopen to avoid leaving it changed on error, noticed 2009-10-26 21:13:06 +00:00
cmd-select-layout.c
cmd-select-pane.c
cmd-select-prompt.c
cmd-select-window.c
cmd-send-keys.c Nuke -i option which isn't used anymore. 2009-09-21 15:25:36 +00:00
cmd-send-prefix.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
cmd-server-info.c Change session and client activity and creation time members to have more 2009-11-03 20:29:47 +00:00
cmd-set-buffer.c
cmd-set-environment.c
cmd-set-option.c Add a flag for jobs that shouldn't be freed after they've died and use it for 2009-11-01 23:20:37 +00:00
cmd-set-window-option.c Add a simple synchronize-panes window option: when set, all input to any pane 2009-10-09 07:27:00 +00:00
cmd-show-buffer.c
cmd-show-environment.c
cmd-show-options.c Move common code from show-options and show-window-options into a function. 2009-09-21 14:46:47 +00:00
cmd-show-window-options.c Move common code from show-options and show-window-options into a function. 2009-09-21 14:46:47 +00:00
cmd-source-file.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-split-window.c Use KEYC_NONE constant instead of 0 on init. 2009-09-21 15:32:06 +00:00
cmd-start-server.c
cmd-string.c tabs are better; ok nicm 2009-10-26 21:42:04 +00:00
cmd-suspend-client.c
cmd-swap-pane.c
cmd-swap-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-switch-client.c
cmd-unbind-key.c
cmd-unlink-window.c Add "grouped sessions" which have independent name, options, current window and 2009-10-10 10:02:48 +00:00
cmd-up-pane.c
cmd.c Add an activity time for clients, like for sessions, and change session and 2009-11-03 22:40:40 +00:00
colour.c
environ.c
grid-view.c Move lines into the history when scrolling even if the scroll region is not 2009-10-13 15:38:37 +00:00
grid.c Move lines into the history when scrolling even if the scroll region is not 2009-10-13 15:38:37 +00:00
imsg-buffer.c
imsg.c
imsg.h
input-keys.c Not all terminals swap CSI and SS3 on ctrl, so remove that. 2009-10-26 17:59:46 +00:00
input.c tabs are better; ok nicm 2009-10-26 21:42:04 +00:00
job.c Add back JOB_PERSIST checks that got lost. 2009-11-04 21:10:49 +00:00
key-bindings.c Remove scroll mode which is now redundant, copy mode should be used instead. 2009-10-06 07:19:32 +00:00
key-string.c Rename keypad keys to something more useful. 2009-10-26 13:13:33 +00:00
layout-set.c
layout.c
log.c
mode-key.c Add mode keys to move the cursor to the top, middle and bottom of the screen. 2009-10-13 13:45:56 +00:00
names.c When a window is zombified and automatic-rename is on, append [dead] to the 2009-10-10 15:23:13 +00:00
options-cmd.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
options.c Permit multiple prefix keys to be defined, separated by commas, for example: 2009-09-22 12:38:10 +00:00
paste.c tv member of struct paste_buffer is updated but not otherwise used, so remove 2009-11-03 17:17:24 +00:00
procname.c
resize.c Don't allow locked or suspended clients to limit the size of active clients. 2009-09-24 07:02:56 +00:00
screen-redraw.c Add a minor optimisatin: if the character being printed is space, don't worry 2009-10-28 08:52:36 +00:00
screen-write.c Try to reduce the UTF-8 mess. 2009-10-20 19:18:28 +00:00
screen.c
server-client.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
server-fn.c Set the current window pointer to NULL when killing a winlink that is to be 2009-10-11 10:39:27 +00:00
server-window.c A couple of minor cosmetic changes. 2009-11-04 20:59:22 +00:00
server.c Switch jobs over to use a bufferevent. 2009-11-04 21:04:43 +00:00
session.c Change session and client activity and creation time members to have more 2009-11-03 20:29:47 +00:00
status.c Switch jobs over to use a bufferevent. 2009-11-04 21:04:43 +00:00
tmux.1 Add an activity time for clients, like for sessions, and change session and 2009-11-03 22:40:40 +00:00
tmux.c A couple of minor cosmetic changes. 2009-11-04 20:59:22 +00:00
tmux.h Switch jobs over to use a bufferevent. 2009-11-04 21:04:43 +00:00
tty-keys.c Not all terminals swap CSI and SS3 on ctrl, so remove that. 2009-10-26 17:59:46 +00:00
tty-term.c Support the (mostly new) function key+modifier caps (kIC-kIC7). Most of these 2009-10-26 16:00:51 +00:00
tty.c Ignore the colour on space, /not/ the attributes. 2009-11-04 15:59:27 +00:00
utf8.c %zu not %u, doh. 2009-10-20 22:17:33 +00:00
window-choose.c Clean up by introducing a wrapper struct for mouse clicks rather than passing 2009-10-11 07:01:10 +00:00
window-clock.c
window-copy.c Correctly nuke the EOL $ marker when scrolling, reported by martynas@, thanks. 2009-10-20 21:35:25 +00:00
window-more.c
window.c Initial changes to move tmux to libevent. 2009-11-04 20:50:11 +00:00
xmalloc.c tabs are better; ok nicm 2009-10-26 21:42:04 +00:00
xterm-keys.c Nuke accidentally-committed debugging statement. 2009-10-26 18:16:32 +00:00