]> git.sur5r.net Git - i3/i3/commit
Only mark a window if only one window is matched 1620/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Tue, 31 Mar 2015 18:47:22 +0000 (20:47 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Wed, 1 Apr 2015 11:51:48 +0000 (13:51 +0200)
commit2e4fac61d2b6ec488bc476230655baaa12fc394e
tree04bf1fee8d08d36510946e46efa9ccd7e58600eb
parent43204b43fdab6a1949169c0d5ee3a91247a379bb
Only mark a window if only one window is matched

We only support unique marks, so looping over all matched windows must be prevented.
If more than one window is matched, we reject it with an error message.

fixes #1614
src/commands.c