Commit a3407667 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

- nano.c:do_char() - Remove unneeded check_statblank() (David Benbennick)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1400 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -22,6 +22,8 @@ CVS Code -
save_history()
- Fix nrealloc return value being ignored (David Benbennick).
- nano.c:
do_char()
- Remove unneeded check_statblank() (David Benbennick).
do_preserve_msg():
- Unsplit error message into a single fprintf call (Jordi).
do_int_spell_fix(), do_int_speller()
......
......@@ -1040,7 +1040,6 @@ void do_char(char ch)
edit_refresh();
#endif
check_statblank();
UNSET(KEEP_CUTBUFFER);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment