Skip to content

Commit

Permalink
Make ESC-key a bit more responsive.
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Feb 6, 2008
1 parent 339756a commit 4850796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dvtm-status
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ while true; do
done > $FIFO &

STATUS_PID=$!
export ESCDELAY=25
dvtm -s $FIFO "$@" 2> /dev/null
kill $STATUS_PID
rm $FIFO

0 comments on commit 4850796

Please sign in to comment.