Input ICRCRNL mapping to avoid using INLCRNL with ICRNL

This commit is contained in:
David Ordnung 2025-04-23 01:05:12 +02:00 committed by Martin Lund
parent d682e98a66
commit c736b1e353
6 changed files with 46 additions and 19 deletions

View file

@ -98,6 +98,7 @@ struct option_t
bool map_ign_cr;
bool map_i_ff_escc;
bool map_i_nl_crnl;
bool map_i_cr_crnl;
bool map_o_cr_nl;
bool map_o_nl_crnl;
bool map_o_del_bs;