- 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
master
Chris Allegretta 2003-01-26 21:13:03 +00:00
parent 47fcfe5d78
commit a340766790
2 changed files with 2 additions and 1 deletions

View File

@ -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()

1
nano.c
View File

@ -1040,7 +1040,6 @@ void do_char(char ch)
edit_refresh();
#endif
check_statblank();
UNSET(KEEP_CUTBUFFER);
}