do_mark() - Temporarily disable cursorpos when enabled to be able to see the mark (un)set message (Ken Tyler)

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@739 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
master
Chris Allegretta 2001-07-24 00:21:03 +00:00
parent 4839d23b11
commit 41ed01632f
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,9 @@ CVS code -
- nano.c:
main()
- Change the getop option to 'F' (David Lawrence Ramsey)
do_mark()
- Temporarily disable cursorpos when enabled to be able to see
the mark (un)set message (Ken Tyler).
- nanorc.sample
- Typo fixes and updates (David Lawrence Ramsey)
- files.c:

1
nano.c
View File

@ -608,6 +608,7 @@ int do_mark(void)
edit_refresh();
}
#endif
SET(DISABLE_CURPOS);
return 1;
}