diff options
author | Qyriad <qyriad@qyriad.me> | 2024-05-24 17:37:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix-systems> | 2024-05-24 17:37:33 +0000 |
commit | adfc22c3e300b8e0dd7ddfe9543125ca7efc3f98 (patch) | |
tree | b9875c83a0aa9649fbf0ad08935243a358429a93 /doc/manual/rl-next | |
parent | 933f1f48a24d80bc9fa6832c9454304c08f54176 (diff) | |
parent | 65da3e7199903d422866a35e5e7ead60d75c380a (diff) |
Merge "make CTRL+Z work in the REPL" into main
Diffstat (limited to 'doc/manual/rl-next')
-rw-r--r-- | doc/manual/rl-next/repl-tstp.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manual/rl-next/repl-tstp.md b/doc/manual/rl-next/repl-tstp.md new file mode 100644 index 000000000..61d87f255 --- /dev/null +++ b/doc/manual/rl-next/repl-tstp.md @@ -0,0 +1,7 @@ +--- +synopsis: "REPL now supports CTRL+Z to suspend" +credits: [Qyriad] +category: Improvements +--- + +Editline is now built with SIGTSTP support, so now typing CTRL+Z in the REPL will suspend the REPL and allow it to be resumed later or backgrounded. |