summaryrefslogtreecommitdiffstats
path: root/status.c
AgeCommit message (Expand)Author
2013-03-21Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott
2013-02-20evbuffer_readline returns allocated storage, don't leak it.Nicholas Marriott
2013-02-19Add copy-pipe mode command to copy selection and also pipe to a command.Nicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2013-02-14Spaces -> tabs.Nicholas Marriott
2013-02-14Do not leak formats in status_replace.Nicholas Marriott
2013-02-10Add a format client_prefix which is 1 if prefix key has been pressed, used forNicholas Marriott
2013-02-10Allow formats in status options.Nicholas Marriott
2012-11-27Merge branch 'obsd-master'Thomas Adam
2012-11-27Add window-status-last-* options, from Boris Faure.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-11Sync OpenBSD patchset 1149:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-07-09Move a NULL check inside a function, from Tiago Cunha.Nicholas Marriott
2012-05-03Sync OpenBSD patchset 1103:Tiago Cunha
2012-04-29Use int not u_char for colours from options since they may have bit 8Nicholas Marriott
2012-04-24Sync OpenBSD patchset 1097:Tiago Cunha
2012-04-23Add window-status-separator option, from Thomas Adam.Nicholas Marriott
2012-03-18Sync OpenBSD patchset 1057:Tiago Cunha
2012-03-17Check event_initialized before event_del if event may not have been setNicholas Marriott
2012-03-07Sync OpenBSD patchset 1039:Tiago Cunha
2012-03-07Sync OpenBSD patchset 1036:Tiago Cunha
2012-03-04Add A and I keys for vi status line editing.Nicholas Marriott
2012-03-03The wlmouse offset should be part of the client, not the server. FromNicholas Marriott
2012-01-29Sync OpenBSD patchset 1015:Tiago Cunha
2012-01-29Sync OpenBSD patchset 1013:Tiago Cunha
2012-01-29Sync OpenBSD patchset 1012:Tiago Cunha
2012-01-29Add an option to move the status line to the top of the screen,Nicholas Marriott
2012-01-26Terminate strftime buffer properly even if a really long format stringNicholas Marriott
2012-01-26Fix memory leak in error path, from Tiago Cunha.Nicholas Marriott
2012-01-20Sync OpenBSD patchset 1001:Tiago Cunha
2012-01-20Sync OpenBSD patchset 998:Tiago Cunha
2012-01-20Add some trivial additional status line attributes from jwcxz at usersNicholas Marriott
2012-01-20Add space movement keys for vi mode in the status line from Ben Boeckel.Nicholas Marriott
2011-12-06Sync OpenBSD patchset 983:Tiago Cunha
2011-12-01Make M-f and M-b work the same at the command prompt as in copy mode,Nicholas Marriott
2011-11-25Sync OpenBSD patchset 982:Tiago Cunha
2011-11-25Sync OpenBSD patchset 979:Tiago Cunha
2011-11-15Add word movement and editing command for command prompt editing, fromNicholas Marriott
2011-11-15Make window_pane_index work the same as window_index, from Ben Boeckel.Nicholas Marriott
2011-11-10Sync OpenBSD patchset 976:Tiago Cunha
2011-11-05Option to change status line (message) background when using vi keys andNicholas Marriott
2011-08-21Sync OpenBSD patchset 947:Tiago Cunha
2011-08-20Fix a couple of memory leaks, from marcel partap.Nicholas Marriott
2011-07-08Sync OpenBSD patchset 934:Tiago Cunha
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-03Sync OpenBSD patchset 927:Tiago Cunha
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-05-05Sync OpenBSD patchset 899:Tiago Cunha
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott