diff options
author | MatMoul <matmoul@gmail.com> | 2015-11-01 18:23:32 +0100 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-11-01 18:23:32 +0100 |
commit | 5e1bad50b740b09d3b8bdd76b89ae4af43b12bfe (patch) | |
tree | 58a395436d865cfa19dc9868bbf8ab0c3d0e149d | |
parent | 6487a54850ecabad41291a103df6a94f4a18406d (diff) | |
download | hyperfi-5e1bad50b740b09d3b8bdd76b89ae4af43b12bfe.tar.lz hyperfi-5e1bad50b740b09d3b8bdd76b89ae4af43b12bfe.tar.xz hyperfi-5e1bad50b740b09d3b8bdd76b89ae4af43b12bfe.zip |
Add editor choice feature
-rw-r--r-- | archfi | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ mainmenu(){ ;; "$txtsetkeymap") setkeymap + nextitem="$txteditor" + ;; + "$txteditor") + chooseeditor nextitem="$txtdiskpartmenu" ;; "$txtdiskpartmenu") |