[BACK]Return to yank.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mg

Diff for /src/usr.bin/mg/yank.c between version 1.15 and 1.16

version 1.15, 2021/03/01 10:51:14 version 1.16, 2023/03/08 04:43:11
Line 148 
Line 148 
  * it kills any text before dot on the current line, then it kills back   * it kills any text before dot on the current line, then it kills back
  * abs(arg) lines.   * abs(arg) lines.
  */   */
 /* ARGSUSED */  
 int  int
 killline(int f, int n)  killline(int f, int n)
 {  {
Line 220 
Line 219 
  * bug associated with a yank when dot is on the top line of the window   * bug associated with a yank when dot is on the top line of the window
  * (nothing moves, because all of the new text landed off screen).   * (nothing moves, because all of the new text landed off screen).
  */   */
 /* ARGSUSED */  
 int  int
 yank(int f, int n)  yank(int f, int n)
 {  {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16