diff options
-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 |