blob: 322177b49bf9ac395e8610282e2793494cb189a5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Update the display library.
# Author: B.Simon 01-APR-91
$checkout libpkg.a ../
$update libpkg.a
$checkin libpkg.a ../
$exit
libpkg.a:
@curses
@forms
@screen
;
|