From 65da3e7199903d422866a35e5e7ead60d75c380a Mon Sep 17 00:00:00 2001 From: Qyriad Date: Thu, 23 May 2024 21:07:35 -0600 Subject: make CTRL+Z work in the REPL Editline just wasn't being built with --enable-sigstop lol Change-Id: I35a78f74ea100d97f26b2b41990deb373fd9cd9a --- doc/manual/rl-next/repl-tstp.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/manual/rl-next/repl-tstp.md (limited to 'doc') 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. -- cgit v1.2.3