Commit 41ed0163 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

do_mark() - Temporarily disable cursorpos when enabled to be able to see the...

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
No related merge requests found
Showing with 4 additions and 0 deletions
+4 -0
......@@ -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:
......
......@@ -608,6 +608,7 @@ int do_mark(void)
edit_refresh();
}
#endif
SET(DISABLE_CURPOS);
return 1;
}
......
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