Skip to content

Commit

Permalink
Release 7.16_1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n-t-roff committed Apr 2, 2018
1 parent ff0ef06 commit 195c4c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES-git
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2017-09-08
* Changes to make sc build on NetBSD 1.5
(Issue #3 reported by DNied@GitHub)
2016-04-14
* Option -M (process mouse events)
2016-04-13
* When rows or columns are deleted (e.g. with "dr" or "dc"),
enclosed color ranges had not been deleted. An attempt had been
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@ make
```
(the `curses` or `ncurses` header files need to be installed,
else `make` failes).

If `make` failes it may be possible that `./configure` did not work
correctly with the installed `/bin/sh`.
If `ksh` is installed in such cases using
```sh
make distclean
ksh configure
make
```
can solve the problem.
(Alternatively `sh` in `configure`s first line can be changed to `ksh`.)

The result is installed with
```sh
make install
Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
*/

extern char *rev;
char *rev = "$Revision: 7.16_1.1.1 170908 1654 $";
char *rev = "$Revision: 7.16_1.1.2 $";

0 comments on commit 195c4c1

Please sign in to comment.