Преглед на файлове

- added doxygen @file header

- no longer depends on slk
tags/v0.9.3
Dan Lynch преди 18 години
родител
ревизия
6fc723c294
променени са 1 файла, в които са добавени 7 реда и са изтрити 5 реда
  1. 7
    5
      src/hci/mucurses/wininit.c

+ 7
- 5
src/hci/mucurses/wininit.c Целия файл

@@ -1,8 +1,10 @@
1 1
 #include <curses.h>
2
-#include <stddef.h>
3
-#include "core.h"
4 2
 
5
-extern struct _softlabelkeys *slks;
3
+/** @file
4
+ *
5
+ * MuCurses initialisation functions
6
+ *
7
+ */
6 8
 
7 9
 /**
8 10
  * Initialise console environment
@@ -12,8 +14,8 @@ extern struct _softlabelkeys *slks;
12 14
 WINDOW *initscr ( void ) {
13 15
 	/* determine console size */
14 16
 	/* initialise screen */
15
-	stdscr->width = 80;
16
-	stdscr->height = ( slks == NULL ? 25 : 24 );
17
+	stdscr->height = LINES;
18
+	stdscr->width = COLS;
17 19
 	/* set previously unknown window attributes */
18 20
 	/* refresh screen */
19 21
 	return stdscr;

Loading…
Отказ
Запис