From: Olga Arkhangelskaia <arkholga@tarantool.org> To: tarantool-patches@dev.tarantool.org Cc: alexander.turenko@tarantool.org Subject: [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Date: Wed, 10 Jun 2020 12:43:52 +0300 [thread overview] Message-ID: <20200610094354.31831-1-arkholga@tarantool.org> (raw) @ChangeLog While using local console one can use '\' to carry the line without setting the delimiter. Works only with local console. Changes v2: Added test case Olga (1): test: add libisatty to test local console Olga Arkhangelskaia (1): console: add line carrying backslash src/box/lua/console.lua | 18 ++++++++----- test/CMakeLists.txt | 8 ++++++ test/app-tap/gh-4317.test.lua | 51 +++++++++++++++++++++++++++++++++++ test/isatty.c | 5 ++++ 4 files changed, 76 insertions(+), 6 deletions(-) create mode 100755 test/app-tap/gh-4317.test.lua create mode 100644 test/isatty.c -- 2.20.1 (Apple Git-117)
next reply other threads:[~2020-06-10 9:44 UTC|newest] Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-10 9:43 Olga Arkhangelskaia [this message] 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 1/2] test: add libisatty to test local console Olga Arkhangelskaia 2020-06-11 16:47 ` Igor Munkin 2020-06-10 9:43 ` [Tarantool-patches] [PATCH 2/2] console: add line carrying backslash Olga Arkhangelskaia 2020-06-11 16:48 ` Igor Munkin 2020-06-16 14:39 ` Alexander Turenko 2020-06-11 16:49 ` [Tarantool-patches] [PATCH v2 0/2] console: support of backslash Igor Munkin 2020-07-08 18:42 ` Alexander Turenko 2020-07-09 6:01 ` Olga Arkhangelskaia
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200610094354.31831-1-arkholga@tarantool.org \ --to=arkholga@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2 0/2] console: support of backslash' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox