Make the Alt-key seqs work with the mouse
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@772 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
91841895e0
commit
6414b40d3d
|
@ -16,6 +16,11 @@ CVS code -
|
||||||
main()
|
main()
|
||||||
- Added vars oldcurrent and oldcurrent_x to check whether cursor
|
- Added vars oldcurrent and oldcurrent_x to check whether cursor
|
||||||
pos has changed and if so update the pos with -c.
|
pos has changed and if so update the pos with -c.
|
||||||
|
do_mouse()
|
||||||
|
- Send 27 when the menu item clicked is an alt key seq... The
|
||||||
|
lines aren't lined up since the menu width changed though,
|
||||||
|
this breakage depends on whether the new widths will be kept
|
||||||
|
or not (FEEDBACK!!)
|
||||||
- nano.texi:
|
- nano.texi:
|
||||||
- corrected the Mouse Toggle section, noticed by Daniel Bonniot.
|
- corrected the Mouse Toggle section, noticed by Daniel Bonniot.
|
||||||
- winio.c:
|
- winio.c:
|
||||||
|
|
Loading…
Reference in New Issue