Код: Выделить всё
$ cd sysutils/screen
$ fetch ftp://ftp.lissyara.su/users/Guest/screen.diff
$ patch -Efsp1 -F0 -i screen.diff
$ make install
$ less `make -V WRKSRC`/ChangeLogКод: Выделить всё
commit d87a0d8f27a979ad1264b3848cc1a2cad0be91c3
Author: Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Date:   Sat Feb 28 01:23:00 2009 -0500
    Allow c-style escapes with parameters.
    With this change, it's possible to use '\n' to represent a new line,
    instead of '\012' This will be particularly useful for the 'stuff'
    command. Fixes #25647.
commit 52b776c6f253c39e7b5cf2802a634b44c07ea8ea
Author: Sadrul Habib Chowdhury <sadrul@users.sourceforge.net>
Date:   Thu Feb 12 23:28:58 2009 -0500
    Multiple input history
    Based on initial patch by Romain Francoise. I had actually committed his
    patch in a branch, but some bits of the implementation looked a bit more
    complicated than necessary. So I scratched that for this, which looks
    pretty similar, but I think is a bit simpler to understand. The
    behaviour is mostly the same, e.g. duplicate commands are moved at the
    beginning of the history, and not added again.
    There is currently no limit to the number of inputs to save in history.
    But it can certainly be added if necessary.
    Fixes #25074.





 
 