aboutsummaryrefslogtreecommitdiff
path: root/cmd-display-message.c
Commit message (Expand)AuthorAge
* Handle no client better in display-message.Nicholas Marriott2013-03-14
* Don't let display-message crash if no client, from George Nachman.Nicholas Marriott2013-03-14
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Fix error reporting for client commands by adding a flag to cmd_find_client toNicholas Marriott2013-02-22
* Allow display-message with no curclient.Nicholas Marriott2013-02-22
* Merge branch 'obsd-master'Thomas Adam2012-12-31
|\
| * Use the CMD_*_USAGE defines consistently, from Thomas Adam.Nicholas Marriott2012-12-09
| * Use a separate define for each default format template and strip clutterNicholas Marriott2012-08-14
| * Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Switch all of the various choose- and list- commands over to the formatNicholas Marriott2012-05-22
| * Terminate strftime buffer properly and free format string, whoops. FromNicholas Marriott2012-03-03
| * Use format for display-message, based on a diff from George Nachman.Nicholas Marriott2012-02-23
| * Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat2011-04-06
| * Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott2011-03-29
| * Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
| * Add a -p flag to display-message to print the output rather than displaying inNicholas Marriott2009-11-24
| * Two new options, window-status-format and window-status-current-format, whichNicholas Marriott2009-11-19
| * Don't interpret #() for display-message, it usually doesn't make sense and mayNicholas Marriott2009-11-19
| * Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
| * Rather than running status-left, status-right and window title #() with popenNicholas Marriott2009-10-10
| * Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
| * - New command display-message (alias display) to display a message in theNicholas Marriott2009-07-17
* Sync OpenBSD patchset 1162:Tiago Cunha2012-08-31
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1119:Tiago Cunha2012-05-22
* Sync OpenBSD patchset 1038:Tiago Cunha2012-03-07
* Sync OpenBSD patchset 1031:Tiago Cunha2012-03-03
* Expand the Id keyword. Tiago Cunha2011-07-09
* |PatchSet 883Nicholas Marriott2011-04-06
* |PatchSet 876Nicholas Marriott2011-04-06
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 561:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 553:Tiago Cunha2009-11-19
* Sync OpenBSD patchset 549:Tiago Cunha2009-11-19
* Sync OpenBSD patchset 539:Tiago Cunha2009-11-14
* Sync OpenBSD patchset 374:Tiago Cunha2009-10-11
* Sync OpenBSD patchset 181:Tiago Cunha2009-07-28
* - New command display-message (alias display) to display a message in theTiago Cunha2009-07-17