From e4829ee6ad7a3467e32ddbc22fc54f4ae3bee420 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 25 Feb 2022 14:36:00 +0100 Subject: [PATCH] docs(changelog): discontiguous STDIN input --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 798501e82..028e8deed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Add: action to send `^b` in `tmux-mode` (https://github.com/zellij-org/zellij/pull/1106) * Add: various action bindings to `tmux-mode` (https://github.com/zellij-org/zellij/pull/1098) * Terminal compatibility: set terminal title properly (https://github.com/zellij-org/zellij/pull/1094) +* Fix: handle discontiguous STDIN input (https://github.com/zellij-org/zellij/issues/1117) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)