Skip to content
Snippets Groups Projects
Commit 27077514 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Define K_WRAP as a legacy alias for K_WORDWRAP

parent 7df624d8
Branches
Tags
No related merge requests found
Pipeline #8172 passed
...@@ -190,6 +190,7 @@ var K_UTF8 =(1<<26); /* Don't translate UTF-8 input to CP437 */ ...@@ -190,6 +190,7 @@ var K_UTF8 =(1<<26); /* Don't translate UTF-8 input to CP437 */
var K_RIGHTEXIT =(1<<27); /* Allow exit by arrowing right */ var K_RIGHTEXIT =(1<<27); /* Allow exit by arrowing right */
var K_LINEWRAP =(1<<29); /* Allow string input to wrap the terminal */ var K_LINEWRAP =(1<<29); /* Allow string input to wrap the terminal */
/********************************************/ /********************************************/
var K_WRAP = K_WORDWRAP;
/********************************************/ /********************************************/
/* Bits in 'mode' for putmsg and printfile */ /* Bits in 'mode' for putmsg and printfile */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment