Lines Matching full:85
31 v12 2/13/85 Reorganized signal handling and made portable to 4.2bsd.
32 v13 2/16/85 Reword error message for '-' command.
33 v14 2/22/85 Added -bf and -bp variants of -b.
34 v15 2/25/85 Miscellaneous changes.
35 v16 3/13/85 Added -u flag for backspace processing.
36 v17 4/13/85 Added j and k commands, changed -t default.
37 v18 4/20/85 Rewrote signal handling code.
38 v19 5/2/85 Got rid of "verbose" eq_message().
40 v20 5/21/85 Fixed screen.c ioctls for System V.
41 v21 5/23/85 Fixed some first_cmd bugs.
42 v22 5/24/85 Added support for no RECOMP nor REGCMP.
43 v23 5/25/85 Miscellaneous changes and prettying up.
46 v24 6/3/85 Added ti,te terminal init & de-init.
48 v25 6/8/85 Added -U flag, standout mode underlining.
49 v26 6/9/85 Added -M flag.
51 v27 6/15/85 Renamed some variables to make unique in
53 v28 6/28/85 Fixed right margin bug.
54 v29 6/28/85 Incorporated M.Rose's changes to signal.c
55 v30 6/29/85 Fixed stupid bug in argument processing.
56 v31 7/15/85 Added -p flag, changed repaint algorithm.
58 v32 7/16/85 Added cat_file if output not a tty.
59 v33 7/23/85 Added -e flag and EDITOR.
60 v34 7/26/85 Added -s flag.
61 v35 7/27/85 Rewrote option handling; added option.c.
62 v36 7/29/85 Fixed -e flag to work if not last file.
63 v37 8/10/85 Added -x flag.
64 v38 8/19/85 Changed prompting; created prompt.c.
65 v39 8/24/85 (Not -p) does not initially clear screen.
66 v40 8/26/85 Added "skipping" indicator in forw().
69 v41 9/17/85 ONLY_RETURN, control char commands,
71 v42 9/25/85 Added ++ command line syntax;
73 v43 10/15/85 Added -h flag, changed prim.c algorithms.
74 v44 10/16/85 Made END print in all cases of eof;
76 v45 10/16/85 Never print backspaces unless -u.
77 v46 10/24/85 Backwards scroll in jump_loc.
78 v47 10/30/85 Fixed bug in edit(): *first_cmd==0
79 v48 11/16/85 Use TIOCSETN instead of TIOCSETP.