- nano.c:
do_delete()
- Tweak for efficiency. (David Benbennick)
+- proto.h:
+ - Remove unused add_marked_sameline() prototype. (DLR)
+- rcfile.c:
+ - Move "rebinddelete" up in the list of options so that the list
+ is in alphabetical order. (DLR)
- search.c:
not_found_msg()
- Convert to properly handle strings generated by
#endif
size_t get_page_start(size_t column);
void reset_cursor(void);
-void add_marked_sameline(int begin, int end, filestruct *fileptr, int y,
- int virt_cur_x, int this_page);
void edit_add(const filestruct *fileptr, const char *converted, int
yval, size_t start);
void update_line(const filestruct *fileptr, size_t index);
{"operatingdir", 0},
#endif
{"preserve", PRESERVE},
- {"rebinddelete", REBIND_DELETE},
#ifndef DISABLE_JUSTIFY
{"quotestr", 0},
#endif
+ {"rebinddelete", REBIND_DELETE},
#ifdef HAVE_REGEX_H
{"regexp", USE_REGEXP},
#endif