[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] if timeout is set to zero, don't bother drawing the menu
From: |
Robert Millan |
Subject: |
[PATCH] if timeout is set to zero, don't bother drawing the menu |
Date: |
Fri, 8 Feb 2008 17:18:55 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
Fixes an ugly result of setting timeout=0.
When this is combined with the "sleep" patch I just sent, user can implement
hiddenmenu-like functionality via scripting:
echo -n "Press `ESC' to enter the menu... "
if sleep -v -i 10 ; then
set timeout=10
else
set timeout=0
fi
--
Robert Millan
<GPLv2> I know my rights; I want my phone call!
<DRM> What use is a phone call… if you are unable to speak?
(as seen on /.)
zero_timeout.diff
Description: Text Data
- [PATCH] if timeout is set to zero, don't bother drawing the menu,
Robert Millan <=
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Robert Millan, 2008/02/09
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Yoshinori K. Okuji, 2008/02/09
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Robert Millan, 2008/02/09
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Yoshinori K. Okuji, 2008/02/10
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Robert Millan, 2008/02/10
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Yoshinori K. Okuji, 2008/02/10
- Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Isaac Dupree, 2008/02/10
Re: [PATCH] if timeout is set to zero, don't bother drawing the menu, Robert Millan, 2008/02/28