Commit Diff


commit - 335917eb5ce1c5bbe4e99fdbb4de2278ed58cd4c
commit + fed82e2b2abc80cc69b720f1c9926732216c057d
blob - 57aed49663b5cb58c0386278d6e39bf049165b0e
blob + 3607dd1f442fd7ecd3588f6f05748cb0013e36cc
--- bin/amused-monitor.lp
+++ bin/amused-monitor.lp
@@ -66,7 +66,7 @@ The uiloop function is the driver for the ui process: 
 interesting events and redraws the ui when they happen
 
 	fn uiloop {
-		amused monitor | egrep --line-buffered 'next|prev|pause' | {
+		amused monitor next,prev,jump | {
 			while (read) {
 				ui
 			}