[Lunar-commits] r14958 - lunar-iso/trunk/lunar-install/sbin
Auke Kok
sofar at lunar-linux.org
Sun May 22 20:49:16 UTC 2005
Author: sofar
Date: 2005-05-22 20:49:15 +0000 (Sun, 22 May 2005)
New Revision: 14958
Modified:
lunar-iso/trunk/lunar-install/sbin/lunar-install
Log:
Finish the editor section and complete it.
Modified: lunar-iso/trunk/lunar-install/sbin/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-22 20:45:50 UTC (rev 14957)
+++ lunar-iso/trunk/lunar-install/sbin/lunar-install 2005-05-22 20:49:15 UTC (rev 14958)
@@ -852,17 +852,17 @@
{
EDITOR=`$DIALOG --title "Editor Selection Menu" --item-help --cr-wrap \
--menu "Not all of these editors are available right away. Some require that you compile them yourself (like emacs) or are only available on the target installation, and possibly emulated through another editor" 0 0 0 \
- "e3" "available" \
+ "e3" "fully available" \
"an emacs, vim, pico emulator" \
- "emacs" "not available on the ISO" \
+ "emacs" "emulated on the ISO, not installed" \
"Richard Stallmans editor" \
- "joe" "available" \
+ "joe" "fully available" \
"WS compatible editor" \
- "nano" "available" \
+ "nano" "fully available" \
"a pico clone" \
"vi" "emulated on the live ISO, but also fully installed" \
"good old vi" \
- "zile" "available" \
+ "zile" "fully available" \
"an emacs clone"`
export EDITOR
More information about the Lunar-commits
mailing list