diff options
author | hut <hut@lavabit.com> | 2010-01-09 16:34:36 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-01-09 16:34:36 +0100 |
commit | 3fdfc1076e6969c1b54411a8c4d1ed759f4de23f (patch) | |
tree | be3b448edcbc0e5848b3c06307ee9e43be30b120 | |
parent | ee4ad7e56e93d370078396fd075106d38bfbba07 (diff) | |
download | ranger-3fdfc1076e6969c1b54411a8c4d1ed759f4de23f.tar.gz |
todo: added more info on bug #31
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | doc/cd-after-exit.txt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO index fd5811d1..77817b43 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,7 @@ Bugs (X) #23 10/01/04 stop dir loading with ^C -> wont load anymore (X) #25 10/01/06 directories sometimes dont reload correctly (X) #26 10/01/06 :delete on symlinks of directories fails - ( ) #31 10/01/06 ^C breaks cd-after-exit + ( ) #31 10/01/06 ^C breaks cd-after-exit by stopping sourced shell script Ideas diff --git a/doc/cd-after-exit.txt b/doc/cd-after-exit.txt index 567c20ff..b13a8449 100644 --- a/doc/cd-after-exit.txt +++ b/doc/cd-after-exit.txt @@ -133,4 +133,9 @@ Example: If you find a way to make this print out 'sourced.sh', let me know. :) + +Another thing: If Ctrl+C is pressed anywhere in the program, the execution +of the sourced shell script is stopped and the feature stops working. + + Dec 25, 2009 |