From 3e2a2250ea98841498a9004132f475aa9bee1eff Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 8 Jul 2019 20:11:36 -0400 Subject: Document lack of window size propagation --- bin/man1/hnel.1 | 9 ++++++--- bin/man1/modem.1 | 7 ++++--- bin/man1/ptee.1 | 4 ++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/bin/man1/hnel.1 b/bin/man1/hnel.1 index 4dc4b9ea..82305be8 100644 --- a/bin/man1/hnel.1 +++ b/bin/man1/hnel.1 @@ -1,4 +1,4 @@ -.Dd September 7, 2018 +.Dd July 8, 2019 .Dt HNEL 1 .Os . @@ -29,5 +29,8 @@ to toggle remapping. .Dl hnel '[]{}' '{}[]' vim . .Sh SEE ALSO -.Xr tr 1 , -.Xr forkpty 3 +.Xr tr 1 +. +.Sh BUGS +Window size changes are not propagated +to the child PTY. diff --git a/bin/man1/modem.1 b/bin/man1/modem.1 index f6bf22de..522242b3 100644 --- a/bin/man1/modem.1 +++ b/bin/man1/modem.1 @@ -1,4 +1,4 @@ -.Dd September 7, 2018 +.Dd July 8, 2019 .Dt MODEM 1 .Os . @@ -18,5 +18,6 @@ in a new PTY with a fixed baud rate of 19.2 kbps. . -.Sh SEE ALSO -.Xr forkpty 3 +.Sh BUGS +Window size changes are not propagated +to the child PTY. diff --git a/bin/man1/ptee.1 b/bin/man1/ptee.1 index 661c4888..3c9ab568 100644 --- a/bin/man1/ptee.1 +++ b/bin/man1/ptee.1 @@ -25,3 +25,7 @@ to a file or pipe. . .Sh SEE ALSO .Xr tee 1 +. +.Sh BUGS +Window size changes are not propagated +to the child PTY. -- cgit 1.4.1 /cgit-pink/tree/tests/t0106-diff.sh?h=1.4.0&id=8bf4a0465e81da877e0c81620ae4ac9356145fc9'>tree commit diff
path: root/tests/t0106-diff.sh (unfollow)
Commit message (Expand)Author
2013-04-27t0001: validate Git -rcN version numbers correctlyJohn Keeping
2013-04-27git: update to 1.8.2.2John Keeping
2013-04-17scan-tree: fix regression in section-from-path=-1John Keeping
2013-04-15t0001: ignore ".dirty" suffix on Git versionJohn Keeping
2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping
2013-04-15t0109: test more URLsJohn Keeping
2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld
2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer
2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer
2013-04-10tests/: Do not use `sed -i`Lukas Fleischer
2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld
2013-04-10t0109: chain operations with &&John Keeping
2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer
2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer