diff options
| author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 18:23:40 +0000 |
|---|---|---|
| committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 18:23:40 +0000 |
| commit | 93230a64bc9369c726cc68d3f539b3bf66cff069 (patch) | |
| tree | 0ad90cda9a0db39a058cbac8ceec67e6e7215354 /CHANGES | |
| parent | 5f6a351df72f76f98ee1ed3494d025fe591fdb69 (diff) | |
| download | rtmux-93230a64bc9369c726cc68d3f539b3bf66cff069.tar.gz rtmux-93230a64bc9369c726cc68d3f539b3bf66cff069.tar.bz2 rtmux-93230a64bc9369c726cc68d3f539b3bf66cff069.zip | |
Pass return code from _exec; allow command sequences to work from the command line.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,5 +1,8 @@ 19 January 2009 +* An error in a command sequence now stops execution of that sequence. + Internally, each command code now passes a return code back rather than + talking to the calling client (if any) directly. * attach-session now tries to start the server if it isn't already started - if no sessions are created in .tmux.conf this will cause an error. * Clean up starting server by making initial client get a special socketpair. @@ -23,9 +26,9 @@ bind x lsk \; lsc - Commands are executed from left to right and, importantly, an error does NOT - stop execution. Also note that command sequences do not support repeat-time - repetition unless all commands making up the sequence support it. + Commands are executed from left to right. Also note that command sequences do + not support repeat-time repetition unless all commands making up the sequence + support it. * suspend-client command to suspend a client. Don't try to background it though... * Mark attached sessions in sessions lists. Suggested by Simon Kuhnle. @@ -964,7 +967,7 @@ (including mutt, emacs). No status bar yet and no key remapping or other customisation. -$Id: CHANGES,v 1.221 2009-01-19 17:16:09 nicm Exp $ +$Id: CHANGES,v 1.222 2009-01-19 18:23:40 nicm Exp $ LocalWords: showw utf UTF fulvio ciriaco joshe OSC APC gettime abc DEF OA clr LocalWords: rivo nurges lscm Erdely eol smysession mysession ek dstname RB ms |