⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history

📁 一个通讯程序源码
💻
📖 第 1 页 / 共 3 页
字号:
first argument to the command must be the recognized name of afunction key from the list:F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 F11 F12 Home End PgUp PgDn CUP CUL CU5 CUR CUDIf only one argument is supplied, the mapping for the specifiedkey is displayed.  If more than one argument is supplied, thekeyboard mapping is changed.  Arguments 2-n are character codespecifiers in the format used to define a funckeymap entry.WARNING: If found to be syntactically correct, a mapping changeis installed immediately.  If incorrect mapping of the HOME keyis requested, you may lose control of ECU.Examples:    fkmap f10       display F10 mapping    fkmap Home ^Z   map Home to ^Z                    after this command, type ^Z for Home55.  Non-SCO color appears broken and it is beyond me to fix it.If you want to diddle with it, look at the top of ecutty.c at thelist of conditionals regarding USE_COLOR.  I'd appreciatepatches.  BTW, in the past, I have attempted fixes for ISCcharacter attributes like underlining and standout, but I'venever heard back.  Are there attribute problems on ISC (3.2 orother)?56.  The procedure command exec was added:usage: exec <string>This function executes a string as a procedure statement.Argument <string> must contain an ecu statement exactly asmight appear on a procedure line, with a few exceptions.1. There may be no label: the first command may    start in column one.2. You should not execute a goto, gosub or return.3. You should not code if, while or compound statement   brackets.You are on your honor with regard to items 2 and 3 above.If you stretch it, it will break.Example:    $s20 = 'Home';   $s30 = '^H'     $s21 = 'End';    $s31 = '^E'    $s22 = 'F1';     $s32 = '^A'    $s23 = 'F2';     $s33 = '^B'    $i10 = 0    whilei $i0 < 4    {        $s0 = 'fkmap '+$s[20+$i10]+' '+$s[30+$i10]        exec $s0        $i10 = $i10 + 1    }57.  ECU has been made successfully with gcc 2.2.2.  There is abug in the configure procedure in the 2.2.2 I received.  Inattempting to configure for 3.2v4, the tm.h header file gotlinked to the wrong file.  Make sure tm.h is linked toconfig/i386_sco4.h and not config/i386_sco.h.  Starting with2.2.2, those nice M_ identifiers are predefined by gcc.  I wisheverybody's compiler had a predefine that would identify theenvironment.The Configure procedure is unchanged.  Answer yes to the questionabout version 1.40 or later.58.  John Dashner, wa4cyb!jmd, proofread the main manual (THANKS).  Hischanges are in the manual.FINAL 3.20 notes 59-6559. Expect/respond \M and \m implimented for SVR4.  The old \mmillisecond delay is now ~n[##].  See the procedure manual in thedescription of the expresp command.60. Further bugs with managing line chown/chmod fixed.A directly specified line not managed by getty was not gettingchowned back to uucp when the line was closed.61. Better syntax checking is done when reading Devices lines.62.  A bug in ecusz caused data transfer rate calculations to bewrong after any receiver ZRPOS ("nak") after the first one attransfer startup.63.  A "Resume interrupted transfer" choice has been addedto the interactive sz menu.  An equivalent -r switch was addedto the sz procedure command.  Previously, you had to "just know"you can sneak switches to the file transfer protocols byprefixing them to the file list.There is still no clean way for the sz procedure command to setthe ZMODEM window size on sends other than the aforementionedtrick.  The thing to do here is    sz '-w 65536 file1 file2'There is no foreseeable reason this hack will cease to work.However, if I get 1.0001 requests, and I'll come up with somethingbetter.64.  The receiver process was being started too soon after aconnect resulting for a directory entry dial.  As a result,if ther remote began transmitting very soon after connector if there was remaining modem dialog remaining bufferredin the tty driver, the CONNECT or [interactive mode] messsagescould have been intermixed with data from the line.This longstanding nuisance bug has finally been fixed.65.  The rtscts procedure command would take only on/off/yes/noalphabetic arguments.  Now it will accept numeric argumentslike its interactive equivalent.==========================================================================prior to x3.191992-04-19-thanks to jhpb@sarto.budd-lake.nj.us, 3.18.37 has ESIX SVR4 1992-04-19-if TERM=ansi with WINDOWID, assume scoterm 1992-04-17-default tty, baud and parity moved to config.c 1992-04-17-fkey command has -r reset switch 1992-04-17-ecu.c-"default" keyset read if present 1992-04-17-ecufkey.c-initialize keyset to SCO "ANSI" send strings 1992-04-12-eculine.c-was not canceling alarm on lopen error 1992-04-09-ecugrabbag.c-cleanup new "bn" argument parsing 1992-04-05-ecuutil.c-no more use of memmove in any environment 1992-03-30-gendial/tbit.sync.h-add lbreak before wakeup 1992-03-30-gendial/gendial.c-add lbreak 1992-03-29-proc_error.c-build_err-creation from ecuerror.h 1992-03-29-eculine.c-put three second timer on lopen 1992-03-27-*.h-include protection for all .h files 1992-03-20-esd.h-max size of esd now 16384 1992-03-20-esdutil.c-esdstrcat will grow an esd 1992-03-20-config.c-correct XENIX tcap/tlib test thanks to tbetz 1992-03-17-eculine.c-optimize parameter 1 to select() 1992-03-10-ecutcap.c-quick sanity check on ttype features 1992-03-01-config.c-add -Wswitch to gcc compiles 1992-03-01-feval.c-come up to modern times ... enum for FI/FS  1992-03-01-ecucmd.h-come up to modern times ... enum for CT 1992-02-24-ecutcap.c-getenv COLUMNS not COLS 1992-02-22-ecuutil.c-build arg/str array now handles zero tokens 1992-02-22-kbdtest3.c-thank markd@phoenix.pub.uu.oz.au for typo fix 1992-02-16-ecu.c-add -P phonedir switch for rll@sco 1992-02-16-ecusighdl.c-turn off xterm_title + add _terminate.ep 1992-02-16-ecugrabbag.c-turn off xterm_title 1992-02-16-ecuDCE.c-turn off xterm_title 1992-02-16-ecu.c-turn off xterm_title 1992-02-14-feval.c-add uname 1992-02-13-ecu.h-when port to many time() can be int/long/time_t 1992-02-10-gendial/dceT2500.c-made it 1.5 years not setting S131 - then drat 1992-02-10-gendial/dceTBPlus.c-improved sync_Telebit 1992-02-10-gendial/dceT2500.c-improved sync_Telebit 1992-02-09-z/zcurses.c-ruling characters only on  SCO (tcap curses) 1992-02-07-ecuicmaux.c-fix incorrect log append/write notification 1992-02-06-config.c-depressing ... SCO keeps chging their minds 1992-02-04-ecuDCE.c-fix bug in kill_rcvr_process logic 1992-02-02-gendial/template.c-proper ordering of DCE_result entries 1992-01-29-ecu_types.h-creation 1992-01-29-ecu_stat.h-creation 1992-01-29-ecu_pwd.h-creation 1992-01-27-z/ecurz.c-more efficient fopen processing 1992-01-26-gendial-gendial 1.2 for ecu 3.20- better hangup 1992-01-21-afterlint.c-better handling of commented items with UNNAMED 1992-01-20-z/ecurz.c-ZMAPND works now 1992-01-18-hdbintf.c-use proctrace value for expresp_verbosity 1992-01-17-ecuDCE.c-.credit open to public 1992-01-12-pcmd.c-add autorz command 1992-01-11-ecuicmhelp.c-bug in help + F1 reverts to cat menu 1992-01-06-kbdtest3.c-much more error checking 1992-01-06-kbdtest3.c-eliminate sun stty - causes problems 1992-01-05-z/zcurses.c-properly display progress for resumed transfers 1991-12-24-fasi/digi-pc8.h-creation 1991-12-16-expresp.c-allow for backslash in expect and respond 1991-12-16-z/ecurz.c-support ZCRESUM 1991-12-15-ecushm.h-autorz and zmodem_asterisk_count added 1991-12-15-ecushm.c-autorz initialized 1991-12-13-ecuicmd.c-formalize bell notify 1991-12-13-ecugrabbag.c-add parse_bell_notify_argument 1991-12-13-ecugrabbag.c-add bell_notify_text 1991-12-13-ecushm.c-move bell_notify_state to shm 1991-12-12-pcmd.c-proctrace of intvar shows char value if 0-255 1991-12-12-eculine.c-lgetc_timeout can now return a null character 1991-12-02-ecupde.c-breakout into separate module 1991-12-01-dvent.h-new typedef for striuct dvent 1991-11-30-smap.c-smap conditional compilation reorg 1991-11-30-ecuicmd.c-smap conditional compilation reorg 1991-11-30-ecu.h-smap conditional compilation reorg 1991-11-28-ecupde.h-add dcdwatch 1991-11-28-ecuphdir.c-add dcdwatch option 1991-11-26-ecu.h-add shm->Ldcdwatch values 1991-11-26-eculine.c-add ldcdwatch_str 1991-11-26-ecu.h-add STR_CLASSIFY 1991-11-26-ecuutil.c-add str_classify and yes_or_no uses it 1991-11-20-ecuphdir.c-improve "Any" line handling on add or edit 1991-11-16-ecunumrev.c-better development "x" rev numbering 1991-11-16-proc.c-add pcmd_upon stub 1991-11-16-proc.c-add proc_dcdloss_handler 1991-11-16-ecucmd.h-add upon + rearrance pcmd_... decls 1991-11-16-proc.c-calloc pcb instead of malloc 1991-11-16-proc.h-add upon_dcdloss 1991-11-15-hdbintf.c-SCO tty naming now observed in getdvline 1991-11-13-ecu.h-use if __STDC__ instead of defined(__STDC__) 1991-11-12-ecushm.c-remove obsolete shmx_rc_report 1991-11-11-ecu.h-redefinition of Ltermio's place in life 1991-11-11-eculine.c-ldcdwatch and lCLOCAL code 1991-11-11-ecushm.h-add Ldcdwatch and Ltiobuf 1991-11-11-ecushm.c-shmr_notify_xmtr_of_DCD_loss 1991-11-11-pcmd.c-add pcmd_dcdwatch code 1991-11-11-eculine.c-lzero_length_read code 1991-11-11-ecucmd.h-add dcdwatch 1991-11-11-ecurcvr.c-lzero_length_read code 1991-11-11-ecurcvr.c-add LIMIT_BELL code 1991-11-08-utmpstat.c-bug in strcmpi made for erratic return value 1991-11-07-ecuDCE.c-tmcsys!lothar-alternate OK string for built-in dialer 1991-10-24-ecumon/xecumon.c-SEND_KEYS separated from AITEST 1991-10-17-config.c-add can_pipe code 1991-10-09-pcmd.c-add -p and -v switch to send 1991-10-09-pcmd.c-proctrace code for send 1991-10-09-expresp.c-bad llookfor echo argument 1991-10-04-ecuicmd.c-reset proc_interrupt before interactive pcmd 1991-09-25-ecuchdir.c-fix seg viol in popd w/o argument on Sun 1991-09-25-ecufork.c-find_executable flunks directories now 1991-09-25-ecuxfer.c-flexible C-Kermit filename 1991-09-17-ecuxfer.c-restore console termio after xfer prog runs 1991-09-06-ecufork.c-expand_wildcard_list minor bug 1991-09-03-ecuxkey.h-alt-[a-z] starts w/0xE1: crisp compatibility 1991-09-03-timetest/naptest2.c-make part of suite 1991-09-03-timetest/naptest3.c-creation 1991-09-03-timetest/seltest.c-creation 1991-09-03-ecugrabbag.c-sigint rearrangement in send_get_response 1991-09-03-config.c-iron out sun gcc options 1991-09-02-z/zcurses.c-show sun driver information 1991-09-01-pcmd.c-baud cmd can set rate even if no line open 1991-09-01-ecucmd.h-add setline 1991-09-01-ecucmd.h-add setline 1991-09-01-pcmd.c-add setline 1991-09-01-config.c-show package and config versions 1991-09-01-hdbintf.c-generalize HDB configuration files location 1991-09-01-config.c-generalize HDB Devices, etc. files location 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -