msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-09-06 11:26-0400\n"
+"POT-Creation-Date: 2000-09-06 23:44-0400\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 "line %d of %d (%.0f%%), character %d of %d (%.0f%%)"
msgstr ""
-#: winio.c:1262
+#: winio.c:1266
msgid "Dumping file buffer to stderr...\n"
msgstr ""
-#: winio.c:1264
+#: winio.c:1268
msgid "Dumping cutbuffer to stderr...\n"
msgstr ""
-#: winio.c:1266
+#: winio.c:1270
msgid "Dumping a buffer to stderr...\n"
msgstr ""
for (i = 1; i < page; i++) {
row = 0;
j = 0;
- while (row < editwinrows && *ptr != '\0') {
+
+ while (row < editwinrows - 2 && *ptr != '\0') {
if (*ptr == '\n' || j == COLS - 5) {
j = 0;
row++;
}
}
+ if (i > 1) {
+
+ }
+
i = 0;
j = 0;
while (i < editwinrows && *ptr != '\0') {
continue;
}
} while ((kbinput = wgetch(edit)) != NANO_EXIT_KEY);
-
if (no_help_flag) {
werase(bottomwin);
wrefresh(bottomwin);