- In search/replace code there is too much refreshing in bottomwin (26)
- In replace, there is no way to accept the default replace string. (27)
- Using nano -t, user can not exit until a filename is given via ^O. (30)
-- totsize problems still abound in do_justify (31)
+- totsize problems still abound in do_justify (33)
+- Using -k cut text is not pasted properly. (34)
inptr->next = NULL;
cutbottom = inptr;
- dump_buffer(cutbuffer);
}
#ifndef NANO_SMALL
cutbuffer, not delete it and forget about it. */
do_delete();
SET(KEEP_CUTBUFFER);
+ marked_cut = 2;
return 1;
}
else
edit_refresh();
else
edit_update(current);
+
return 1;
#else
if (0) {
/* Hook newbuf into fileptr */
#ifndef NANO_SMALL
- if (marked_cut == 1) {
+ if (marked_cut) {
/* If there's only one line in the cutbuffer */
if (cutbuffer->next == NULL) {
tmpstr =
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2000-07-26 23:51-0400\n"
+"POT-Creation-Date: 2000-07-27 00:27-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 "add_to_cutbuffer called with inptr->data = %s\n"
msgstr ""
-#: cut.c:150
+#: cut.c:149
msgid "Blew away cutbuffer =)\n"
msgstr ""