diff -r eaa73493a56b modules/textadept/keys.lua
--- a/modules/textadept/keys.lua	Wed Jan 31 17:46:51 2018 -0500
+++ b/modules/textadept/keys.lua	Mon Feb 05 08:11:52 2018 +0100
@@ -207,7 +207,7 @@
 -- N/A            |N/A            |F3          |Toggle "Regex"
 -- N/A            |N/A            |F4          |Toggle "Find in Files"
 --
--- †: Some terminals interpret ^Z as suspend.
+-- †: Some terminals interpret ^Z as suspend, see FAQ for a workaround.
 --
 -- ‡: Ctrl+Enter in Win32 curses.
 module('textadept.keys')]]
@@ -287,7 +287,7 @@
 -- Edit.
 local m_edit = textadept.menu.menubar[_L['_Edit']]
 keys[not OSX and 'cz' or 'mz'] = buffer.undo
-if CURSES then keys.mz = keys.cz end -- ^Z suspends in some terminals
+if CURSES then keys.mz = keys.cz end -- ^Z suspends in some terminals, see FAQ
 if not OSX then keys.cy = buffer.redo end
 keys[not OSX and GUI and 'cZ' or 'mZ'] = buffer.redo
 keys[not OSX and 'cx' or 'mx'] = buffer.cut
