aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-05-11 22:26:29 +1000
committerGravatar axel <axel@liljencrantz.se>2006-05-11 22:26:29 +1000
commitf5c6306bde9c9e90cd79a02c0dcb0561515314ef (patch)
treeb450e57b116eab7bfa4fefd5e36c6cd48037b33a /input_common.c
parent524e0aa174224641bc6807ec112e46f98e27cfe0 (diff)
Do not repaint prompt on universal variable events, but add event handler for fish_color_cwd to repiant prompt on change
darcs-hash:20060511122629-ac50b-a725d87fe9ec911282e8de79aa9de5c00d180caa.gz
Diffstat (limited to 'input_common.c')
-rw-r--r--input_common.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input_common.c b/input_common.c
index 0955e03b..b271b6a5 100644
--- a/input_common.c
+++ b/input_common.c
@@ -115,8 +115,7 @@ static wint_t readb()
{
debug( 3, L"Wake up on universal variable event" );
env_universal_read_all();
- debug( 3, L"Return R_NULL" );
- return R_NULL;
+ do_loop = 1;
}
}
if( FD_ISSET( 0, &fd ) )