diff --git a/exec/load/uifcdefs.js b/exec/load/uifcdefs.js index 7c1787389689b882b6a017ce5efeaed50341ef47..c49a7e1a5e7cc6af5fdbee2127b3ca3b6a448290 100644 --- a/exec/load/uifcdefs.js +++ b/exec/load/uifcdefs.js @@ -45,9 +45,10 @@ const MSK_ON = 0xf0000000; const MSK_OFF = 0x0fffffff; const MSK_INS = 0x10000000; const MSK_DEL = 0x20000000; -const MSK_GET = 0x30000000; -const MSK_PUT = 0x40000000; -const MSK_EDIT = 0x50000000; +const MSK_COPY = 0x30000000; +const MSK_CUT = 0x40000000; +const MSK_PASTE = 0x50000000; +const MSK_EDIT = 0x60000000; /* Dont forget, negative return values are used for extended keys (if WIN_EXTKEYS used)! */ const MAX_OPLN = 75; /* Maximum length of each option per menu call */ const MAX_BUFS = 7; /* Maximum number of screen buffers to save */