glib 2.x on systems that may not have it installed. (DLR,
suggested by Jordi)
- src/Makefile.am:
- - Don't use DEFS to define things. Use INCLUDES instead. (Jordi)
+ - Don't use DEFS to define things. Use INCLUDES instead.
+ (Jordi)
GNU nano 1.3.4 - 2004.08.17
- General:
update_line(openfile->current, openfile->current_x);
}
-/* Backspace over one character. */
+/* Backspace over one character. That is, move the cursor left one
+ * character, and then delete the character there. */
void do_backspace(void)
{
if (openfile->current != openfile->fileage ||