Commit Graph

4 Commits

Author SHA1 Message Date
Wildan M e9f8b0c697 Merge expect files 2026-05-08 17:57:18 +07:00
Jeremy Soller 393489b38b Add wcswidth and test 2022-12-16 17:39:06 -07:00
Mateusz Tabaka 02f202ff83 Use BufWriter (instead of LineWriter) for FILEs other than stdout and stderr
BufWriter has more capacity (8k vs 1k) and doesn't flush the stream after '\n'.
That change helps to reduce the number of syscalls, especially when dealing with text files.

Since BufWriter has a different way of getting number of pending elements than LineWriter -
Pending trait was introduced to deal with that.
2021-01-14 18:45:14 +01:00
Stephan Vedder cc210361d6 wchar support 2018-07-01 20:59:37 +02:00