recognize and handle carrier loss
[unix-history] / usr / src / usr.bin /
1983-08-26 Edward Wangadded user setable buffer size.
1983-08-26 David Wasleyreset signals to default to prevent looping on total...
1983-08-25 Edward Wangcheck tt_retain in scrollling up, instead of down ...
1983-08-25 Edward Wangknows about the bd flag now
1983-08-25 Edward Wanguse gen_set*1() in gen_move() instead of gen_set*()
1983-08-24 Edward Wangdelay set modes and insert.
1983-08-24 Edward Wanguse TIOCSETN instead SETP
1983-08-24 Edward Wangdidn't do it right
1983-08-24 Edward Wangww_nline and ww_scroll now ints, and ww_fmap added
1983-08-24 Edward Wangdidn't use ww_modes when inserting char
1983-08-24 Edward Wangfree ww_fmap if any
1983-08-24 Edward Wangbounds checking for wwsmap
1983-08-24 Edward Wangdon't set wwindex[] until very end.
1983-08-24 Edward Wangfree ww_fmap if anyway
1983-08-24 David Wasleyt_runc now sets "reading". DLW
1983-08-24 Edward Wangknows about ug sg
1983-08-24 Edward Wangselwin didn't insert to top if oldselwin == 0
1983-08-23 Edward Wangsay where to put the file
1983-08-23 Mike Karelstail +1f starts at begining (not +10)
1983-08-23 Edward Wangforgot to check size <= 0
1983-08-23 Edward Wangdate and time created 83/08/22 15:59:47 by edward
1983-08-23 Edward Wang> instead of >=
1983-08-23 Edward Wangchanged for new commands and command line flags.
1983-08-23 Edward Wangnow we can quote or escape #
1983-08-23 Edward Wangbounds checking in wwopen()
1983-08-23 Edward Wangdate and time created 83/08/22 15:19:40 by edward
1983-08-23 Edward Wangclose all special case added to l_close()
1983-08-23 Edward Wangwrong cursor position in c_show
1983-08-23 Edward Wangupdated c_help()
1983-08-23 Edward Wangorganized debugging commands
1983-08-23 Edward Wangbug in setting wwtouched with dumb terminals
1983-08-23 Edward Wanglint
1983-08-20 Sam Lefflergive proper exit status on success
1983-08-20 Edward Wangmoved fmap into struct ww and added WWO_FRAME to alloca...
1983-08-20 Sam Lefflerincorrect max login name size
1983-08-20 Edward Wangdate and time created 83/08/19 15:05:34 by edward
1983-08-20 Edward Wangfake cursor
1983-08-20 Edward Wangremoved extra tt_setinsert
1983-08-20 Edward Wangtook out useless tt_setinsert()
1983-08-20 Edward Wangmade wwframeok() a macro and wwframec() a little more...
1983-08-20 Edward Wangcall malloc only once per wwalloc
1983-08-20 Edward Wangwwfree changed
1983-08-19 Roger J. ThienChanged for linting
1983-08-19 Roger J. ThienThe changes were made to allow successful linting
1983-08-19 Edward Wangrefresh before fork in openwin
1983-08-19 Edward Wangmove the cursor in c_colon
1983-08-19 Keith Bostic4.2bsd version (dates out of order, but sccs id's in...
1983-08-19 Sam Lefflermake fmt as well, don't wait for install
1983-08-19 Edward Wangthe box
1983-08-19 Edward Wangdate and time created 83/08/18 17:17:12 by edward
1983-08-19 Edward Wangbug with improper redraw
1983-08-19 Edward Wangchanged some shorts to ints
1983-08-19 Edward Wangdate and time created 83/08/18 15:31:15 by edward
1983-08-19 Edward Wangscrolling has come
1983-08-19 Edward Wangda and db flags now needed with scrolling
1983-08-19 Sam Lefflerfix exit status
1983-08-19 Edward Wangbug with using the wrong ww_scroll
1983-08-19 Edward Wangsmall bug with ww_buf[line] (instead of row)
1983-08-19 Edward Wanggen_strings and gen_strp left over from before.
1983-08-19 Edward Wanglint
1983-08-18 Roger J. Thien(no message)
1983-08-18 Edward Wangbetter wrap around handling.
1983-08-18 Edward Wangfixed bug with covered windows
1983-08-18 Edward Wang^S and ^Q commands
1983-08-18 Edward Wangcheck tt_setinsert != 0 before using it
1983-08-18 Edward Wangfixed wrap around problem
1983-08-18 Edward Wangdate and time created 83/08/17 15:48:20 by edward
1983-08-18 Edward Wangnicer termcap interface and use vs and ve strings in...
1983-08-18 Edward Wangdate and time created 83/08/17 14:52:46 by edward
1983-08-18 Edward Wangtt_availmodes
1983-08-18 Edward Wangww_availmodes and stuff
1983-08-18 Edward Wangtt_availmodes
1983-08-18 Edward Wang-d flag (debug now -D)
1983-08-18 Edward Wangfixed default window sizes and say what the escape...
1983-08-17 Edward Wangsmart wwrite: copy in chunks.
1983-08-17 Edward Wangsmart update: do it by chunks.
1983-08-17 Edward Wangwindow sizes tweeked
1983-08-17 Edward Wangwwfmap == 0 anachronism
1983-08-17 Edward Wangwwtouched added
1983-08-17 Edward Wangspelling
1983-08-17 Edward Wangchanged \r\n to \n and some new stats
1983-08-17 Edward Wangerror windows are now auto \r\n
1983-08-17 Edward Wangntouched and nmiss added to c_stat
1983-08-16 Edward Wanglint
1983-08-16 Edward Wangtt cleanup
1983-08-16 Edward Wangtt cleanup and some bug fixes
1983-08-16 Edward Wangreally uses termcap now.
1983-08-16 Edward Wanguse the terminal's standard name.
1983-08-16 Edward Wangdidn't clear wwos correctly.
1983-08-16 Edward Wangbug in c_close()
1983-08-16 Roger J. Thien(no message)
1983-08-16 David Wasleylocate iSP correctly for latest 4.2bsd. DLW
1983-08-15 Kirk McKusickclose those security holes! (kre)
1983-08-14 Sam Lefflerdate and time created 83/08/13 16:11:26 by sam
1983-08-14 Sam Lefflerdate and time created 83/08/13 16:10:00 by sam
1983-08-14 Sam Lefflerremove sccs get's so distributed source will recompile
1983-08-14 Sam Lefflerstandardize sccs keyword lines
1983-08-14 Mike Karelsrdvec doesn't need to be static, makes uucico fit on...
1983-08-13 Edward Wangfaster and better frames
1983-08-13 Edward Wangc_list() bug (MAX instead of MIN)
next