Files
node/lib
Ruben Bridgewater 5baae143c7 readline: improve unicode support and tab completion
1. This reduces the number of write operations used during tab
   completion.
2. The tab completion calculated the string width using the length
   of the string instead of using the actual width. That is fixed.
3. The key decoder is now capable of handling characters composed
   out of two code points. That reduces the number of "keypress"
   events that are emitted which again lowers the amount of writes
   triggered.

PR-URL: https://github.com/nodejs/node/pull/31288
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-01-11 14:06:33 -08:00
..
2019-12-17 08:11:13 -05:00
2020-01-07 19:26:15 -08:00
2019-11-25 10:28:15 +01:00
2019-11-25 10:28:15 +01:00
2018-11-20 10:42:31 -08:00
2019-11-25 10:28:15 +01:00
2019-12-11 16:38:06 -06:00
2020-01-07 21:49:20 -05:00