Skip to content
Snippets Groups Projects
Commit a50ed83e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add missing newline to terminfo entry

parent 12eb94e2
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4366 passed
......@@ -1417,7 +1417,7 @@ main(int argc, char **argv)
* detail. The names for the extended capabilities here were introduced by vim
* in January 2017, but used internally. In 2023, vim patch 9.0.1117 is needed
* to work with this change. */
"\tBD=\\E[?2004l,BE=\\E[?2004h,PE=\\E[201~,PS=\\E[200~,"
"\tBD=\\E[?2004l,BE=\\E[?2004h,PE=\\E[201~,PS=\\E[200~,\n"
"syncterm-bitmap|SyncTERM in Bitmap Mode,\n"
"\tccc,\n"
"\tcolors#256,pairs#65535,\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment