diff options
author | 2012-07-16 21:02:41 -0400 | |
---|---|---|
committer | 2012-07-16 21:02:41 -0400 | |
commit | 3f2280eccaca67835679255025a4c05ab419944f (patch) | |
tree | 7d80fd1e119b3155d510b67cf661981f52a1cf01 /FAQ.md | |
parent | ab2806f57d24d2cba3ab7657ed311fb7b6d1b6a2 (diff) | |
download | textadept-3f2280eccaca67835679255025a4c05ab419944f.tar.gz textadept-3f2280eccaca67835679255025a4c05ab419944f.zip |
Added ncurses compatibility notes to the manual Appendix.
Diffstat (limited to 'FAQ.md')
-rw-r--r-- | FAQ.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -83,6 +83,20 @@ Take a look at these [comments][]. - - - **Q:** +The ncurses version does not support feature _x_ the GUI version does. Is this a +bug? + +**A:** +Please see the [ncurses compatibility][] section of the appendix. If the feature +in question is not listed there, it may be a bug. Please [contact][] me with any +bug reports. + +[ncurses compatibility]: 14_Appendix.html#Ncurses.Compatibility +[contact]: README.html#Contact + +- - - + +**Q:** Are my Textadept 4.x scripts compatible with Textadept 5.x? **A:** |