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
Этот коммит содержится в:
родитель
4839d23b11
Коммит
41ed01632f
@ -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
1
nano.c
@ -608,6 +608,7 @@ int do_mark(void)
|
||||
edit_refresh();
|
||||
}
|
||||
#endif
|
||||
SET(DISABLE_CURPOS);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user