about summary refs log tree commit diff
path: root/mless
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-28 23:51:22 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-28 23:51:22 +0200
commit86e00cfbc1820086ac6514d6c7f454861e108716 (patch)
tree5ae82171118f0a4944d8103a6a2ca07e2a4b0834 /mless
parentfc0a2bbbea619de439ba08db49293deadf0b8bd8 (diff)
downloadmblaze-86e00cfbc1820086ac6514d6c7f454861e108716.tar.gz
mblaze-86e00cfbc1820086ac6514d6c7f454861e108716.tar.xz
mblaze-86e00cfbc1820086ac6514d6c7f454861e108716.zip
mless: oops
Diffstat (limited to 'mless')
-rwxr-xr-xmless2
1 files changed, 1 insertions, 1 deletions
diff --git a/mless b/mless
index 534f7ad..72ddd6c 100755
--- a/mless
+++ b/mless
@@ -85,7 +85,7 @@ while :; do
 		mseq -C "$(mseq .+1: | grep -m1 '^[^ <]')";;
 	100) # d mark read
 		mflag -S .
-		mseq -f | mseq -S
+		mseq -f : | mseq -S
 		mseq -C +
 	esac
 done