diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2003-06-03 21:19:00 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2003-06-03 21:19:00 +0000 |
commit | 3099f96171c69d65a1b7add77e9a7356b073d92b (patch) | |
tree | a10af735e92472be5ebe17a1fd9747b946427bb4 /console/ChangeLog | |
parent | e1a049e27ae81f2eac0d59fbdd221710ec2d8ab5 (diff) |
2003-04-29 Marco Gerards <metgerards@student.han.nl>
* display.c (display_create): Added arguments width, height and
lines, variables with the same name were removed.
* display.h (display_creat): Add missing arguments to prototype.
* console.c (DEFAULT_WIDTH): New macro.
(DEFAULT_HEIGHT): Likewise.
(DEFAULT_LINES): Likewise.
(STRX): Likewise.
(STR): Likewise.
(struct cons): New members lines, width and height.
(vcons_lookup): Add missing arguments to display_create.
(options): Add options width, height and lines.
(parse_opt): Parse width, height and lines.
(netfs_append_args): Append arguments width, height and lines.
(netfs_append_args): Fix asprintf error checking.
(main): Initialize cons with default width, height and lines.
Diffstat (limited to 'console/ChangeLog')
-rw-r--r-- | console/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/console/ChangeLog b/console/ChangeLog index b48b5943..e8c0527c 100644 --- a/console/ChangeLog +++ b/console/ChangeLog @@ -1,3 +1,21 @@ +2003-04-29 Marco Gerards <metgerards@student.han.nl> + + * display.c (display_create): Added arguments width, height and + lines, variables with the same name were removed. + * display.h (display_creat): Add missing arguments to prototype. + * console.c (DEFAULT_WIDTH): New macro. + (DEFAULT_HEIGHT): Likewise. + (DEFAULT_LINES): Likewise. + (STRX): Likewise. + (STR): Likewise. + (struct cons): New members lines, width and height. + (vcons_lookup): Add missing arguments to display_create. + (options): Add options width, height and lines. + (parse_opt): Parse width, height and lines. + (netfs_append_args): Append arguments width, height and lines. + (netfs_append_args): Fix asprintf error checking. + (main): Initialize cons with default width, height and lines. + 2002-12-10 Marcus Brinkmann <marcus@gnu.org> * console.c (main): Don't use err without setting it. |