OK, a few things added tonight:
1) Fl_Input -- removed emacs keys, made editing functions react more
'natively'. (r8067)
2) Fixed Domingo's request to get rid of/limit 'double tap' Tab key
behavior. (r8067)
3) Added new tab_nav() flag (r8068) to control the behavior of Tab in
Fl_Multiline_Input
4) Default behavior of Fl_Multiline_Input changed: Tab now navigates focus
by default.
Old behavior can be had by setting tab_nav(0)
#4 as per Ian/Albrecht's deciding this feature be default.
FLTK apps that need the old behavior can set tab_nav(0).
Testing over the next few weeks should determine if this new default is OK.
To get back the old default, we can change this in the Fl_Input_ ctor:
CURRENT: tab_nav(1);
REVERT: tab_nav(0);
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev