Files
neovim/runtime/doc
Raphael 619407eb54 feat(nvim_open_term): convert LF => CRLF (#26384)
Problem:
Unlike termopen(), nvim_open_term() PTYs do not carriage-return the
cursor on newline ("\n") input.

    nvim --clean
    :let chan_id = nvim_open_term(1, {})
    :call chansend(chan_id, ["here", "are", "some", "lines"])

Actual behavior:

    here
        are
           some
               lines

Expected behaviour:

    here
    are
    some
    lines

Solution:
Add `force_crlf` option, and enable it by default.
2023-12-14 16:08:00 +08:00
..
2023-07-25 05:07:13 -07:00
2023-12-06 08:04:21 +08:00
2023-12-06 06:44:37 +08:00
2023-10-29 16:02:32 +08:00
2023-12-09 15:35:45 +08:00
2023-12-13 20:31:16 +01:00
2023-12-13 20:31:16 +01:00
2023-11-25 06:35:31 -08:00
2023-04-17 15:46:24 +08:00
2023-12-06 08:04:21 +08:00
2023-12-06 08:04:21 +08:00
2023-12-13 20:31:16 +01:00
2023-12-06 14:59:38 +01:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2023-10-29 16:02:32 +08:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2023-12-06 14:59:38 +01:00
2023-10-14 19:28:41 +08:00
2023-05-13 21:33:22 +02:00
2023-12-06 08:04:21 +08:00
2023-12-12 14:27:24 -06:00
2023-09-20 04:15:23 -07:00
2022-10-14 08:01:13 -07:00
2023-09-29 07:05:21 +08:00
2022-12-11 18:41:26 -08:00
2023-10-21 18:04:08 +08:00
2023-11-14 23:29:09 +01:00
2023-06-25 17:14:28 +02:00
2023-11-06 19:03:08 +08:00
2023-12-06 08:04:21 +08:00
2023-10-10 19:20:32 +02:00
2023-01-01 15:05:13 +01:00
2023-06-19 08:40:33 -07:00
2023-09-28 05:22:09 +08:00
2023-11-27 17:43:13 +08:00
2023-06-11 12:40:22 +01:00
2023-04-04 19:07:33 +02:00
2023-12-06 14:59:38 +01:00
2022-09-26 17:43:23 +08:00
2023-08-10 17:28:02 +08:00
2023-08-13 13:25:10 +01:00
2023-05-15 09:38:32 +02:00
2023-04-23 15:22:55 +02:00
2023-08-10 17:28:04 +08:00
2023-01-03 10:07:43 +00:00
2023-06-25 17:14:28 +02:00
2023-06-19 08:40:33 -07:00
2023-06-25 17:14:28 +02:00
2023-07-25 05:07:13 -07:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2023-06-25 17:14:28 +02:00
2023-06-26 11:29:12 +02:00
2023-06-25 17:14:28 +02:00
2023-06-26 11:29:12 +02:00
2023-07-25 05:07:13 -07:00
2023-06-19 08:40:33 -07:00
2023-01-03 10:07:43 +00:00
2023-06-25 17:14:28 +02:00