CVS code -
- AUTHORS
- Added Rocco Corsi.
+- nano.c:
+ main()
+ - Changed check for argc == 1 to argv[optind] == NULL to decide
+ whether or not to display "New File" in the statusbar.
- search.c:
findnextstr()
- Fix curent_x increment bug by using another variable (Rocco Corsi).
- nano.1, nano.1.html
- Updated man page for new -p definition.
+
nano 0.9.20 - 11/18/2000
- General
- Ran source through indent -kr again. Make everything pretty.
#endif
titlebar();
- if (argc == 1)
+
+ /* Now we check to see if argv[optind] is non-null to determine if
+ we're dealing with a new file or not, not argc == 1... */
+ if (argv[optind] == NULL)
new_file();
else
open_file(filename, 0, 0);
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-11-20 17:19-0500\n"
+"POT-Creation-Date: 2000-11-21 01:19-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Main: open file\n"
msgstr ""
-#: nano.c:2150
+#: nano.c:2153
#, c-format
msgid "I got Alt-O-%c! (%d)\n"
msgstr ""
-#: nano.c:2172
+#: nano.c:2175
#, c-format
msgid "I got Alt-[-1-%c! (%d)\n"
msgstr ""
-#: nano.c:2205
+#: nano.c:2208
#, c-format
msgid "I got Alt-[-2-%c! (%d)\n"
msgstr ""
-#: nano.c:2253
+#: nano.c:2256
#, c-format
msgid "I got Alt-[-%c! (%d)\n"
msgstr ""
-#: nano.c:2279
+#: nano.c:2282
#, c-format
msgid "I got Alt-%c! (%d)\n"
msgstr ""