diff options
| author | Jeff Quast <jquast@io.com> | 2015-02-22 12:27:40 -0800 |
|---|---|---|
| committer | Jeff Quast <jquast@io.com> | 2015-02-22 12:28:05 -0800 |
| commit | abe0df1c5285a9cddf528db74a432f14b0954dae (patch) | |
| tree | dc9c3f241691b316ed652c75d7039d3843b6715b /pexpect | |
| parent | 9f1bd0193a38fe4e0d4d6a4f481c02ac28fee094 (diff) | |
| download | pexpect-abe0df1c5285a9cddf528db74a432f14b0954dae.tar.gz | |
FreeBSD: Document magic max canon value of 1920
Diffstat (limited to 'pexpect')
| -rw-r--r-- | pexpect/pty_spawn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/pty_spawn.py b/pexpect/pty_spawn.py index 0663926..0ba1e0c 100644 --- a/pexpect/pty_spawn.py +++ b/pexpect/pty_spawn.py @@ -475,7 +475,7 @@ class spawn(SpawnBase): On Linux systems, this is 4096 (defined by N_TTY_BUF_SIZE). All other systems honor the POSIX.1 definition PC_MAX_CANON -- 1024 - on OSX, 256 on OpenSolaris, 255 on FreeBSD. + on OSX, 256 on OpenSolaris, and 1920 on FreeBSD. This value may be discovered using fpathconf(3):: |
