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