Revision: 2643 http://tmux.svn.sourceforge.net/tmux/?rev=2643&view=rev Author: tcunha Date: 2011-12-06 18:47:14 +0000 (Tue, 06 Dec 2011) Log Message: ----------- Sync OpenBSD patchset 983:
Make M-f and M-b work the same at the command prompt as in copy mode, pointed out by Romain Francoise. Modified Paths: -------------- trunk/status.c Modified: trunk/status.c =================================================================== --- trunk/status.c 2011-11-25 14:31:11 UTC (rev 2642) +++ trunk/status.c 2011-12-06 18:47:14 UTC (rev 2643) @@ -1156,11 +1156,8 @@ /* Find the separator at the end of the word. */ while (c->prompt_index != size) { c->prompt_index++; - if (strchr(wsep, c->prompt_buffer[c->prompt_index])) { - /* Go back to the word. */ - c->prompt_index--; + if (strchr(wsep, c->prompt_buffer[c->prompt_index])) break; - } } c->flags |= CLIENT_STATUS; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point of discussion for anyone considering optimizing the pricing and packaging model of a cloud services business. Read Now! http://www.accelacomm.com/jaw/sfnl/114/51491232/ _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs