Software: Apache. PHP/8.3.27 uname -a: Linux pdx1-shared-a4-04 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64 uid=6659440(dh_z2jmpm) gid=2086089(pg10499364) groups=2086089(pg10499364) Safe-mode: OFF (not secure) /usr/share/doc/jed-common/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type: 20 Miscellaneous20.1 Abort CharacterThe abort character (Ctrl-G by default) is special and should not be rebound. On the IBMPC, the keyboard interrupt 0x09 is hooked and a quit condition is signaled when it is pressed. For this reason, it should not be used in any keybindings. A similar statement holds for the other systems. This character may be changed using the function set_abort_char (30);
in your 20.2 Input TranslationBy using the function map_input (28, 19);
will do the trick. Here 28 is the ascii character of Ctrl- As another example, consider the case where the backspace key sends out a Ctrl-H instead of the DEL character (Ctrl-?). map_input (8, 127); will map the Ctrl-H (ascii 8) to the delete character (ascii 127). 20.3 Display SizesOn VMS and unix systems, the screen size may be changed to either 80 or
132 columns by using the functions On the PC, at this time the screen size cannot be changed while jed is running. Instead it is necessary to exit jed first then set the display size and rerun jed. |
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0112 ]-- |