diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:21:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-25 05:21:27 +0200 |
commit | 69cf0159fe6bc56ff1fb75408cbf7da723ecadbb (patch) | |
tree | 29f8b938d148ba7b58a5ea1692cd7d752a77b3a7 | |
parent | d10b21841602278e3a0090b0f02ce71778ce01b9 (diff) |
Add bug: Handle ^C
-rw-r--r-- | build2/list | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/list b/build2/list index b84520b..cddf6f5 100644 --- a/build2/list +++ b/build2/list @@ -1,3 +1,8 @@ +- Handle ^C [bug] + + Can we teach auto_rm to handle it? Also will need to use auto_rm in other + places (compile, cli, etc). See what GNU make does. + ? Paging build2 output [idea] Could be handy to be able to scroll back and forth and search as in less. |