Finished separation of advapi32.
[wine/multimedia.git] / win32 / console.c
blobad7e1145eee42246a31487395feab7a8599001bd
1 /*
2 * Win32 kernel functions
4 * Copyright 1995 Martin von Loewis and Cameron Heide
5 * Copyright 1997 Karl Garrison
6 * Copyright 1998 John Richardson
7 * Copyright 1998 Marcus Meissner
8 */
10 /* FIXME:
11 * - Completely lacks SCREENBUFFER interface.
12 * - No abstraction for something other than xterm.
13 * - Output sometimes is buffered (We switched off buffering by ~ICANON ?)
15 /* Reference applications:
16 * - IDA (interactive disassembler) full version 3.75. Works.
17 * - LYNX/W32. Works mostly, some keys crash it.
20 #include "config.h"
22 #include <stdlib.h>
23 #include <stdio.h>
24 #include <unistd.h>
25 #include <termios.h>
26 #include <string.h>
27 #include <sys/ioctl.h>
28 #include <sys/types.h>
29 #include <sys/time.h>
30 #include <fcntl.h>
31 #include <errno.h>
32 #ifdef HAVE_SYS_ERRNO_H
33 #include <sys/errno.h>
34 #endif
35 #include <signal.h>
36 #include <assert.h>
38 #include "windef.h"
39 #include "winbase.h"
40 #include "winnls.h"
41 #include "wingdi.h"
42 #include "wine/winuser16.h"
43 #include "wine/keyboard16.h"
44 #include "thread.h"
45 #include "file.h"
46 #include "process.h"
47 #include "winerror.h"
48 #include "wincon.h"
49 #include "heap.h"
50 #include "server.h"
51 #include "debugtools.h"
53 DEFAULT_DEBUG_CHANNEL(console);
55 /* Ascii -> VK, generated by calling VkKeyScanA(i) */
56 static int vkkeyscan_table[256] = {
57 0,0,0,0,0,0,0,0,8,9,0,0,0,13,0,0,0,0,0,19,145,556,0,0,0,0,0,27,0,0,0,
58 0,32,305,478,307,308,309,311,222,313,304,312,443,188,189,190,191,48,
59 49,50,51,52,53,54,55,56,57,442,186,444,187,446,447,306,321,322,323,
60 324,325,326,327,328,329,330,331,332,333,334,335,336,337,338,339,340,
61 341,342,343,344,345,346,219,220,221,310,445,192,65,66,67,68,69,70,71,
62 72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,475,476,477,
63 448,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
64 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
65 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
66 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,400,0,0,0,0,0,0
69 static int mapvkey_0[256]={
70 0,0,0,0,0,0,0,0,14,15,0,0,0,28,0,0,42,29,56,69,58,0,0,0,0,0,0,1,0,0,
71 0,0,57,73,81,79,71,75,72,77,80,0,0,0,55,82,83,0,11,2,3,4,5,6,7,8,9,
72 10,0,0,0,0,0,0,0,30,48,46,32,18,33,34,35,23,36,37,38,50,49,24,25,16,
73 19,31,20,22,47,17,45,21,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,55,78,0,74,
74 0,53,59,60,61,62,63,64,65,66,67,68,87,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
75 0,0,0,0,0,0,69,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
76 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,13,51,12,52,53,41,0,0,0,0,0,0,0,0,0,
77 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26,43,27,40,76,96,0,0,0,0,0,0,0,0,
78 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
81 static int mapvkey_1[256]={
82 0,27,49,50,51,52,53,54,55,56,57,48,189,187,8,9,81,87,69,82,84,89,85,
83 73,79,80,219,221,13,17,65,83,68,70,71,72,74,75,76,186,222,192,16,220,
84 90,88,67,86,66,78,77,188,190,191,16,106,18,32,20,112,113,114,115,116,
85 117,118,119,120,121,144,145,36,38,33,109,37,223,39,107,35,40,34,45,
86 46,0,0,0,122,123,0,0,0,0,0,0,0,224,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
87 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
88 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
89 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
90 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
91 0,0,0,0,0,0,0
94 /* FIXME: Should be in an internal header file. OK, so which one?
95 Used by CONSOLE_make_complex. */
96 extern int wine_openpty(int *master, int *slave, char *name,
97 struct termios *term, struct winsize *winsize);
99 /****************************************************************************
100 * CONSOLE_GetPid
102 static int CONSOLE_GetPid( HANDLE handle )
104 int ret = 0;
105 SERVER_START_REQ
107 struct get_console_info_request *req = server_alloc_req( sizeof(*req), 0 );
108 req->handle = handle;
109 if (!server_call( REQ_GET_CONSOLE_INFO )) ret = req->pid;
111 SERVER_END_REQ;
112 return ret;
115 /****************************************************************************
116 * XTERM_string_to_IR [internal]
118 * Transfers a string read from XTERM to INPUT_RECORDs and adds them to the
119 * queue. Does translation of vt100 style function keys and xterm-mouse clicks.
121 static void
122 CONSOLE_string_to_IR( HANDLE hConsoleInput,unsigned char *buf,int len) {
123 int j,k;
124 INPUT_RECORD ir;
125 DWORD junk;
127 for (j=0;j<len;j++) {
128 unsigned char inchar = buf[j];
130 if (inchar!=27) { /* no escape -> 'normal' keyboard event */
131 ir.EventType = 1; /* Key_event */
133 ir.Event.KeyEvent.bKeyDown = 1;
134 ir.Event.KeyEvent.wRepeatCount = 0;
136 ir.Event.KeyEvent.dwControlKeyState = 0;
137 if (inchar & 0x80) {
138 ir.Event.KeyEvent.dwControlKeyState|=LEFT_ALT_PRESSED;
139 inchar &= ~0x80;
141 ir.Event.KeyEvent.wVirtualKeyCode = vkkeyscan_table[inchar];
142 if (ir.Event.KeyEvent.wVirtualKeyCode & 0x0100)
143 ir.Event.KeyEvent.dwControlKeyState|=SHIFT_PRESSED;
144 if (ir.Event.KeyEvent.wVirtualKeyCode & 0x0200)
145 ir.Event.KeyEvent.dwControlKeyState|=LEFT_CTRL_PRESSED;
146 if (ir.Event.KeyEvent.wVirtualKeyCode & 0x0400)
147 ir.Event.KeyEvent.dwControlKeyState|=LEFT_ALT_PRESSED;
148 ir.Event.KeyEvent.wVirtualScanCode = mapvkey_0[
149 ir.Event.KeyEvent.wVirtualKeyCode & 0x00ff
150 ]; /* VirtualKeyCodes to ScanCode */
151 ir.Event.KeyEvent.uChar.AsciiChar = inchar;
153 if ((inchar==127)||(inchar=='\b')) { /* backspace */
154 ir.Event.KeyEvent.uChar.AsciiChar = '\b'; /* FIXME: hmm */
155 ir.Event.KeyEvent.wVirtualScanCode = 0x0e;
156 ir.Event.KeyEvent.wVirtualKeyCode = VK_BACK;
157 } else {
158 if ((inchar=='\n')||(inchar=='\r')) {
159 ir.Event.KeyEvent.uChar.AsciiChar = '\r';
160 ir.Event.KeyEvent.wVirtualKeyCode = VK_RETURN;
161 ir.Event.KeyEvent.wVirtualScanCode = 0x1c;
162 ir.Event.KeyEvent.dwControlKeyState = 0;
163 } else {
164 if (inchar<' ') {
165 /* FIXME: find good values for ^X */
166 ir.Event.KeyEvent.wVirtualKeyCode = 0xdead;
167 ir.Event.KeyEvent.wVirtualScanCode = 0xbeef;
172 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
173 ir.Event.KeyEvent.bKeyDown = 0;
174 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
175 continue;
177 /* inchar is ESC */
178 if ((j==len-1) || (buf[j+1]!='[')) {/* add ESCape on its own */
179 ir.EventType = 1; /* Key_event */
180 ir.Event.KeyEvent.bKeyDown = 1;
181 ir.Event.KeyEvent.wRepeatCount = 0;
183 ir.Event.KeyEvent.wVirtualKeyCode = VK_ESCAPE;
184 ir.Event.KeyEvent.wVirtualScanCode = mapvkey_0[
185 ir.Event.KeyEvent.wVirtualKeyCode
187 ir.Event.KeyEvent.dwControlKeyState = 0;
188 ir.Event.KeyEvent.uChar.AsciiChar = 27;
189 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
190 ir.Event.KeyEvent.bKeyDown = 0;
191 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
192 continue;
194 for (k=j;k<len;k++) {
195 if (((buf[k]>='A') && (buf[k]<='Z')) ||
196 ((buf[k]>='a') && (buf[k]<='z')) ||
197 (buf[k]=='~')
199 break;
201 if (k<len) {
202 int subid,scancode=0;
204 ir.EventType = 1; /* Key_event */
205 ir.Event.KeyEvent.bKeyDown = 1;
206 ir.Event.KeyEvent.wRepeatCount = 0;
207 ir.Event.KeyEvent.dwControlKeyState = 0;
209 ir.Event.KeyEvent.wVirtualKeyCode = 0xad; /* FIXME */
210 ir.Event.KeyEvent.wVirtualScanCode = 0xad; /* FIXME */
211 ir.Event.KeyEvent.uChar.AsciiChar = 0;
213 switch (buf[k]) {
214 case '~':
215 sscanf(&buf[j+2],"%d",&subid);
216 switch (subid) {
217 case 2:/*INS */scancode = 0xe052;break;
218 case 3:/*DEL */scancode = 0xe053;break;
219 case 6:/*PGDW*/scancode = 0xe051;break;
220 case 5:/*PGUP*/scancode = 0xe049;break;
221 case 11:/*F1 */scancode = 0x003b;break;
222 case 12:/*F2 */scancode = 0x003c;break;
223 case 13:/*F3 */scancode = 0x003d;break;
224 case 14:/*F4 */scancode = 0x003e;break;
225 case 15:/*F5 */scancode = 0x003f;break;
226 case 17:/*F6 */scancode = 0x0040;break;
227 case 18:/*F7 */scancode = 0x0041;break;
228 case 19:/*F8 */scancode = 0x0042;break;
229 case 20:/*F9 */scancode = 0x0043;break;
230 case 21:/*F10 */scancode = 0x0044;break;
231 case 23:/*F11 */scancode = 0x00d9;break;
232 case 24:/*F12 */scancode = 0x00da;break;
233 /* FIXME: Shift-Fx */
234 default:
235 FIXME("parse ESC[%d~\n",subid);
236 break;
238 break;
239 case 'A': /* Cursor Up */scancode = 0xe048;break;
240 case 'B': /* Cursor Down */scancode = 0xe050;break;
241 case 'D': /* Cursor Left */scancode = 0xe04b;break;
242 case 'C': /* Cursor Right */scancode = 0xe04d;break;
243 case 'F': /* End */scancode = 0xe04f;break;
244 case 'H': /* Home */scancode = 0xe047;break;
245 case 'M':
246 /* Mouse Button Press (ESCM<button+'!'><x+'!'><y+'!'>) or
247 * Release (ESCM#<x+'!'><y+'!'>
249 if (k<len-3) {
250 ir.EventType = MOUSE_EVENT;
251 ir.Event.MouseEvent.dwMousePosition.X = buf[k+2]-'!';
252 ir.Event.MouseEvent.dwMousePosition.Y = buf[k+3]-'!';
253 if (buf[k+1]=='#')
254 ir.Event.MouseEvent.dwButtonState = 0;
255 else
256 ir.Event.MouseEvent.dwButtonState = 1<<(buf[k+1]-' ');
257 ir.Event.MouseEvent.dwEventFlags = 0; /* FIXME */
258 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk));
259 j=k+3;
261 break;
262 case 'c':
263 j=k;
264 break;
266 if (scancode) {
267 ir.Event.KeyEvent.wVirtualScanCode = scancode;
268 ir.Event.KeyEvent.wVirtualKeyCode = mapvkey_1[scancode];
269 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
270 ir.Event.KeyEvent.bKeyDown = 0;
271 assert(WriteConsoleInputA( hConsoleInput, &ir, 1, &junk ));
272 j=k;
273 continue;
279 /****************************************************************************
280 * CONSOLE_get_input (internal)
282 * Reads (nonblocking) as much input events as possible and stores them
283 * in an internal queue.
285 static void
286 CONSOLE_get_input( HANDLE handle, BOOL blockwait )
288 char *buf = HeapAlloc(GetProcessHeap(),0,1);
289 int len = 0, escape_seen = 0;
291 while (1)
293 DWORD res;
294 char inchar;
296 /* If we have at one time seen escape in this loop, we are
297 * within an Escape sequence, so wait for a bit more input for the
298 * rest of the loop.
300 if (WaitForSingleObject( handle, escape_seen*10 )) break;
301 if (!ReadFile( handle, &inchar, 1, &res, NULL )) break;
302 if (!res) /* res 0 but readable means EOF? Hmm. */
303 break;
304 buf = HeapReAlloc(GetProcessHeap(),0,buf,len+1);
305 buf[len++]=inchar;
306 if (inchar == 27) {
307 if (len>1) {
308 /* If we spot an ESC, we flush all up to it
309 * since we can be sure that we have a complete
310 * sequence.
312 CONSOLE_string_to_IR(handle,buf,len-1);
313 buf = HeapReAlloc(GetProcessHeap(),0,buf,1);
314 buf[0] = 27;
315 len = 1;
317 escape_seen = 1;
320 CONSOLE_string_to_IR(handle,buf,len);
321 HeapFree(GetProcessHeap(),0,buf);
325 /******************************************************************************
326 * read_console_input
328 * Helper function for ReadConsole, ReadConsoleInput and PeekConsoleInput
330 static BOOL read_console_input( HANDLE handle, LPINPUT_RECORD buffer, DWORD count,
331 LPDWORD read, BOOL flush )
333 BOOL ret;
335 count = min( count, REQUEST_MAX_VAR_SIZE/sizeof(INPUT_RECORD) );
337 SERVER_START_REQ
339 struct read_console_input_request *req = server_alloc_req( sizeof(*req),
340 count*sizeof(INPUT_RECORD) );
341 req->handle = handle;
342 req->flush = flush;
343 if ((ret = !server_call( REQ_READ_CONSOLE_INPUT )))
345 if (count) memcpy( buffer, server_data_ptr(req), server_data_size(req) );
346 if (read) *read = req->read;
349 SERVER_END_REQ;
350 return ret;
354 /******************************************************************************
355 * SetConsoleCtrlHandler [KERNEL32.459] Adds function to calling process list
357 * PARAMS
358 * func [I] Address of handler function
359 * add [I] Handler to add or remove
361 * RETURNS
362 * Success: TRUE
363 * Failure: FALSE
365 * CHANGED
366 * James Sutherland (JamesSutherland@gmx.de)
367 * Added global variables console_ignore_ctrl_c and handlers[]
368 * Does not yet do any error checking, or set LastError if failed.
369 * This doesn't yet matter, since these handlers are not yet called...!
371 static unsigned int console_ignore_ctrl_c = 0;
372 static HANDLER_ROUTINE *handlers[]={0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
373 BOOL WINAPI SetConsoleCtrlHandler( HANDLER_ROUTINE *func, BOOL add )
375 unsigned int alloc_loop = sizeof(handlers)/sizeof(HANDLER_ROUTINE *);
376 unsigned int done = 0;
377 FIXME("(%p,%i) - no error checking or testing yet\n", func, add);
378 if (!func)
380 console_ignore_ctrl_c = add;
381 return TRUE;
383 if (add)
385 for (;alloc_loop--;)
386 if (!handlers[alloc_loop] && !done)
388 handlers[alloc_loop] = func;
389 done++;
391 if (!done)
392 FIXME("Out of space on CtrlHandler table\n");
393 return(done);
395 else
397 for (;alloc_loop--;)
398 if (handlers[alloc_loop] == func && !done)
400 handlers[alloc_loop] = 0;
401 done++;
403 if (!done)
404 WARN("Attempt to remove non-installed CtrlHandler %p\n",
405 func);
406 return (done);
408 return (done);
412 /******************************************************************************
413 * GenerateConsoleCtrlEvent [KERNEL32.275] Simulate a CTRL-C or CTRL-BREAK
415 * PARAMS
416 * dwCtrlEvent [I] Type of event
417 * dwProcessGroupID [I] Process group ID to send event to
419 * NOTES
420 * Doesn't yet work...!
422 * RETURNS
423 * Success: True
424 * Failure: False (and *should* [but doesn't] set LastError)
426 BOOL WINAPI GenerateConsoleCtrlEvent( DWORD dwCtrlEvent,
427 DWORD dwProcessGroupID )
429 if (dwCtrlEvent != CTRL_C_EVENT && dwCtrlEvent != CTRL_BREAK_EVENT)
431 ERR("invalid event %d for PGID %ld\n",
432 (unsigned short)dwCtrlEvent, dwProcessGroupID );
433 return FALSE;
435 if (dwProcessGroupID == GetCurrentProcessId() )
437 FIXME("Attempt to send event %d to self - stub\n",
438 (unsigned short)dwCtrlEvent );
439 return FALSE;
441 FIXME("event %d to external PGID %ld - not implemented yet\n",
442 (unsigned short)dwCtrlEvent, dwProcessGroupID );
443 return FALSE;
447 /******************************************************************************
448 * CreateConsoleScreenBuffer [KERNEL32.151] Creates a console screen buffer
450 * PARAMS
451 * dwDesiredAccess [I] Access flag
452 * dwShareMode [I] Buffer share mode
453 * sa [I] Security attributes
454 * dwFlags [I] Type of buffer to create
455 * lpScreenBufferData [I] Reserved
457 * NOTES
458 * Should call SetLastError
460 * RETURNS
461 * Success: Handle to new console screen buffer
462 * Failure: INVALID_HANDLE_VALUE
464 HANDLE WINAPI CreateConsoleScreenBuffer( DWORD dwDesiredAccess,
465 DWORD dwShareMode, LPSECURITY_ATTRIBUTES sa,
466 DWORD dwFlags, LPVOID lpScreenBufferData )
468 FIXME("(%ld,%ld,%p,%ld,%p): stub\n",dwDesiredAccess,
469 dwShareMode, sa, dwFlags, lpScreenBufferData);
470 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
471 return INVALID_HANDLE_VALUE;
475 /***********************************************************************
476 * GetConsoleScreenBufferInfo (KERNEL32.190)
478 BOOL WINAPI GetConsoleScreenBufferInfo( HANDLE hConsoleOutput,
479 LPCONSOLE_SCREEN_BUFFER_INFO csbi )
481 csbi->dwSize.X = 80;
482 csbi->dwSize.Y = 24;
483 csbi->dwCursorPosition.X = 0;
484 csbi->dwCursorPosition.Y = 0;
485 csbi->wAttributes = 0;
486 csbi->srWindow.Left = 0;
487 csbi->srWindow.Right = 79;
488 csbi->srWindow.Top = 0;
489 csbi->srWindow.Bottom = 23;
490 csbi->dwMaximumWindowSize.X = 80;
491 csbi->dwMaximumWindowSize.Y = 24;
492 return TRUE;
496 /******************************************************************************
497 * SetConsoleActiveScreenBuffer [KERNEL32.623] Sets buffer to current console
499 * RETURNS
500 * Success: TRUE
501 * Failure: FALSE
503 BOOL WINAPI SetConsoleActiveScreenBuffer(
504 HANDLE hConsoleOutput) /* [in] Handle to console screen buffer */
506 FIXME("(%x): stub\n", hConsoleOutput);
507 return FALSE;
511 /***********************************************************************
512 * GetLargestConsoleWindowSize (KERNEL32.226)
514 * Note: this should return a COORD, but calling convention for returning
515 * structures is different between Windows and gcc on i386.
517 #ifdef __i386__
518 #undef GetLargestConsoleWindowSize
519 DWORD WINAPI GetLargestConsoleWindowSize( HANDLE hConsoleOutput )
521 COORD c;
522 c.X = 80;
523 c.Y = 24;
524 return *(DWORD *)&c;
526 #else /* __i386__ */
527 COORD WINAPI GetLargestConsoleWindowSize( HANDLE hConsoleOutput )
529 COORD c;
530 c.X = 80;
531 c.Y = 24;
532 return c;
534 #endif /* __i386__ */
536 /***********************************************************************
537 * FreeConsole (KERNEL32.267)
539 BOOL WINAPI FreeConsole(VOID)
541 BOOL ret;
542 SERVER_START_REQ
544 struct free_console_request *req = server_alloc_req( sizeof(*req), 0 );
545 ret = !server_call( REQ_FREE_CONSOLE );
547 SERVER_END_REQ;
548 return ret;
552 /*************************************************************************
553 * CONSOLE_make_complex [internal]
555 * Turns a CONSOLE kernel object into a complex one.
556 * (switches from output/input using the terminal where WINE was started to
557 * its own xterm).
559 * This makes simple commandline tools pipeable, while complex commandline
560 * tools work without getting messed up by debugoutput.
562 * All other functions should work independent from this call.
564 * To test for complex console: pid == 0 -> simple, otherwise complex.
566 static BOOL CONSOLE_make_complex(HANDLE handle)
568 struct termios term;
569 char buf[256];
570 char c = '\0';
571 int i,xpid,master,slave,pty_handle;
573 if (CONSOLE_GetPid( handle )) return TRUE; /* already complex */
575 MESSAGE("Console: Making console complex (creating an xterm)...\n");
577 if (tcgetattr(0, &term) < 0) {
578 /* ignore failure, or we can't run from a script */
580 term.c_lflag = ~(ECHO|ICANON);
582 if (wine_openpty(&master, &slave, NULL, &term, NULL) < 0)
583 return FALSE;
585 if ((xpid=fork()) == 0) {
586 tcsetattr(slave, TCSADRAIN, &term);
587 close( slave );
588 sprintf(buf, "-Sxx%d", master);
589 /* "-fn vga" for VGA font. Harmless if vga is not present:
590 * xterm: unable to open font "vga", trying "fixed"....
592 execlp("xterm", "xterm", buf, "-fn","vga",NULL);
593 ERR("error creating AllocConsole xterm\n");
594 exit(1);
596 pty_handle = FILE_DupUnixHandle( slave, GENERIC_READ | GENERIC_WRITE );
597 close( master );
598 close( slave );
599 if (pty_handle == -1) return FALSE;
601 /* most xterms like to print their window ID when used with -S;
602 * read it and continue before the user has a chance...
604 for (i = 0; i < 10000; i++)
606 BOOL ok = ReadFile( pty_handle, &c, 1, NULL, NULL );
607 if (!ok && !c) usleep(100); /* wait for xterm to be created */
608 else if (c == '\n') break;
610 if (i == 10000)
612 ERR("can't read xterm WID\n");
613 CloseHandle( pty_handle );
614 return FALSE;
616 SERVER_START_REQ
618 struct set_console_fd_request *req = server_alloc_req( sizeof(*req), 0 );
619 req->handle = handle;
620 req->file_handle = pty_handle;
621 req->pid = xpid;
622 server_call( REQ_SET_CONSOLE_FD );
624 SERVER_END_REQ;
625 CloseHandle( pty_handle );
627 /* enable mouseclicks */
628 strcpy( buf, "\033[?1002h" );
629 WriteFile(handle,buf,strlen(buf),NULL,NULL);
631 strcpy( buf, "\033]2;" );
632 if (GetConsoleTitleA( buf + 4, sizeof(buf) - 5 ))
634 strcat( buf, "\a" );
635 WriteFile(handle,buf,strlen(buf),NULL,NULL);
637 return TRUE;
642 /***********************************************************************
643 * AllocConsole (KERNEL32.103)
645 * creates an xterm with a pty to our program
647 BOOL WINAPI AllocConsole(VOID)
649 BOOL ret;
650 HANDLE hStderr;
651 int handle_in, handle_out;
653 TRACE("()\n");
655 SERVER_START_REQ
657 struct alloc_console_request *req = server_alloc_req( sizeof(*req), 0 );
659 req->access = GENERIC_READ | GENERIC_WRITE | SYNCHRONIZE;
660 req->inherit = FALSE;
661 ret = !server_call( REQ_ALLOC_CONSOLE );
662 handle_in = req->handle_in;
663 handle_out = req->handle_out;
665 SERVER_END_REQ;
666 if (!ret) return FALSE;
668 if (!DuplicateHandle( GetCurrentProcess(), handle_out, GetCurrentProcess(), &hStderr,
669 0, TRUE, DUPLICATE_SAME_ACCESS ))
671 CloseHandle( handle_in );
672 CloseHandle( handle_out );
673 FreeConsole();
674 return FALSE;
677 /* NT resets the STD_*_HANDLEs on console alloc */
678 SetStdHandle( STD_INPUT_HANDLE, handle_in );
679 SetStdHandle( STD_OUTPUT_HANDLE, handle_out );
680 SetStdHandle( STD_ERROR_HANDLE, hStderr );
682 SetLastError(ERROR_SUCCESS);
683 SetConsoleTitleA("Wine Console");
684 return TRUE;
688 /******************************************************************************
689 * GetConsoleCP [KERNEL32.295] Returns the OEM code page for the console
691 * RETURNS
692 * Code page code
694 UINT WINAPI GetConsoleCP(VOID)
696 return GetACP();
700 /***********************************************************************
701 * GetConsoleOutputCP (KERNEL32.189)
703 UINT WINAPI GetConsoleOutputCP(VOID)
705 return GetConsoleCP();
708 /***********************************************************************
709 * GetConsoleMode (KERNEL32.188)
711 BOOL WINAPI GetConsoleMode(HANDLE hcon,LPDWORD mode)
713 BOOL ret;
714 SERVER_START_REQ
716 struct get_console_mode_request *req = server_alloc_req( sizeof(*req), 0 );
717 req->handle = hcon;
718 ret = !server_call( REQ_GET_CONSOLE_MODE );
719 if (ret && mode) *mode = req->mode;
721 SERVER_END_REQ;
722 return ret;
726 /******************************************************************************
727 * SetConsoleMode [KERNEL32.628] Sets input mode of console's input buffer
729 * PARAMS
730 * hcon [I] Handle to console input or screen buffer
731 * mode [I] Input or output mode to set
733 * RETURNS
734 * Success: TRUE
735 * Failure: FALSE
737 BOOL WINAPI SetConsoleMode( HANDLE hcon, DWORD mode )
739 BOOL ret;
740 SERVER_START_REQ
742 struct set_console_mode_request *req = server_alloc_req( sizeof(*req), 0 );
743 req->handle = hcon;
744 req->mode = mode;
745 ret = !server_call( REQ_SET_CONSOLE_MODE );
747 SERVER_END_REQ;
748 return ret;
752 /******************************************************************************
753 * SetConsoleOutputCP [KERNEL32.629] Set the output codepage used by the console
755 * PARAMS
756 * cp [I] code page to set
758 * RETURNS
759 * Success: TRUE
760 * Failure: FALSE
762 BOOL WINAPI SetConsoleOutputCP( UINT cp )
764 FIXME("stub\n");
765 return TRUE;
769 /***********************************************************************
770 * GetConsoleTitleA (KERNEL32.191)
772 DWORD WINAPI GetConsoleTitleA(LPSTR title,DWORD size)
774 DWORD ret = 0;
775 HANDLE hcon;
777 if ((hcon = CreateFileA( "CONOUT$", GENERIC_READ, 0, NULL,
778 OPEN_EXISTING, 0, 0 )) == INVALID_HANDLE_VALUE)
779 return 0;
780 SERVER_START_REQ
782 struct get_console_info_request *req = server_alloc_req( sizeof(*req),
783 REQUEST_MAX_VAR_SIZE );
784 req->handle = hcon;
785 if (!server_call( REQ_GET_CONSOLE_INFO ))
787 ret = server_data_size(req);
788 size = min( size-1, ret );
789 memcpy( title, server_data_ptr(req), size );
790 title[size] = 0;
793 SERVER_END_REQ;
794 CloseHandle( hcon );
795 return ret;
799 /******************************************************************************
800 * GetConsoleTitleW [KERNEL32.192] Retrieves title string for console
802 * PARAMS
803 * title [O] Address of buffer for title
804 * size [I] Size of buffer
806 * RETURNS
807 * Success: Length of string copied
808 * Failure: 0
810 DWORD WINAPI GetConsoleTitleW( LPWSTR title, DWORD size )
812 char *tmp;
813 DWORD ret;
815 if (!(tmp = HeapAlloc( GetProcessHeap(), 0, size*sizeof(WCHAR) ))) return 0;
816 GetConsoleTitleA( tmp, size*sizeof(WCHAR) );
817 ret = MultiByteToWideChar( CP_ACP, 0, tmp, -1, title, size );
818 HeapFree( GetProcessHeap(), 0, tmp );
819 return ret;
823 /***********************************************************************
824 * WriteConsoleA (KERNEL32.729)
826 BOOL WINAPI WriteConsoleA( HANDLE hConsoleOutput,
827 LPCVOID lpBuffer,
828 DWORD nNumberOfCharsToWrite,
829 LPDWORD lpNumberOfCharsWritten,
830 LPVOID lpReserved )
832 /* FIXME: should I check if this is a console handle? */
833 return WriteFile(hConsoleOutput, lpBuffer, nNumberOfCharsToWrite,
834 lpNumberOfCharsWritten, NULL);
838 #define CADD(c) \
839 if (bufused==curbufsize-1) \
840 buffer = HeapReAlloc(GetProcessHeap(),0,buffer,(curbufsize+=100));\
841 buffer[bufused++]=c;
842 #define SADD(s) { char *x=s;while (*x) {CADD(*x);x++;}}
844 /***********************************************************************
845 * WriteConsoleOutputA (KERNEL32.732)
847 BOOL WINAPI WriteConsoleOutputA( HANDLE hConsoleOutput,
848 LPCHAR_INFO lpBuffer,
849 COORD dwBufferSize,
850 COORD dwBufferCoord,
851 LPSMALL_RECT lpWriteRegion)
853 int i,j,off=0,lastattr=-1;
854 int offbase;
855 char sbuf[20],*buffer=NULL;
856 int bufused=0,curbufsize = 100;
857 DWORD res;
858 CONSOLE_SCREEN_BUFFER_INFO csbi;
859 const int colormap[8] = {
860 0,4,2,6,
861 1,5,3,7,
863 CONSOLE_make_complex(hConsoleOutput);
864 buffer = HeapAlloc(GetProcessHeap(),0,curbufsize);
865 offbase = (dwBufferCoord.Y - 1) * dwBufferSize.X +
866 (dwBufferCoord.X - lpWriteRegion->Left);
868 TRACE("orig rect top = %d, bottom=%d, left=%d, right=%d\n",
869 lpWriteRegion->Top,
870 lpWriteRegion->Bottom,
871 lpWriteRegion->Left,
872 lpWriteRegion->Right
875 GetConsoleScreenBufferInfo(hConsoleOutput, &csbi);
876 sprintf(sbuf,"%c7",27);SADD(sbuf);
878 /* Step 1. Make (Bottom,Right) offset of intersection with
879 Screen Buffer */
880 lpWriteRegion->Bottom = min(lpWriteRegion->Bottom, csbi.dwSize.Y-1) -
881 lpWriteRegion->Top;
882 lpWriteRegion->Right = min(lpWriteRegion->Right, csbi.dwSize.X-1) -
883 lpWriteRegion->Left;
885 /* Step 2. If either offset is negative, then no action
886 should be performed. (Implies that requested rectangle is
887 outside the current screen buffer rectangle.) */
888 if ((lpWriteRegion->Bottom < 0) ||
889 (lpWriteRegion->Right < 0)) {
890 /* readjust (Bottom Right) for rectangle */
891 lpWriteRegion->Bottom += lpWriteRegion->Top;
892 lpWriteRegion->Right += lpWriteRegion->Left;
894 TRACE("invisible rect top = %d, bottom=%d, left=%d, right=%d\n",
895 lpWriteRegion->Top,
896 lpWriteRegion->Bottom,
897 lpWriteRegion->Left,
898 lpWriteRegion->Right
901 HeapFree(GetProcessHeap(),0,buffer);
902 return TRUE;
905 /* Step 3. Intersect with source rectangle */
906 lpWriteRegion->Bottom = lpWriteRegion->Top - dwBufferCoord.Y +
907 min(lpWriteRegion->Bottom + dwBufferCoord.Y, dwBufferSize.Y-1);
908 lpWriteRegion->Right = lpWriteRegion->Left - dwBufferCoord.X +
909 min(lpWriteRegion->Right + dwBufferCoord.X, dwBufferSize.X-1);
911 TRACE("clipped rect top = %d, bottom=%d, left=%d,right=%d\n",
912 lpWriteRegion->Top,
913 lpWriteRegion->Bottom,
914 lpWriteRegion->Left,
915 lpWriteRegion->Right
918 /* Validate above computations made sense, if not then issue
919 error and fudge to single character rectangle */
920 if ((lpWriteRegion->Bottom < lpWriteRegion->Top) ||
921 (lpWriteRegion->Right < lpWriteRegion->Left)) {
922 ERR("Invalid clipped rectangle top = %d, bottom=%d, left=%d,right=%d\n",
923 lpWriteRegion->Top,
924 lpWriteRegion->Bottom,
925 lpWriteRegion->Left,
926 lpWriteRegion->Right
928 lpWriteRegion->Bottom = lpWriteRegion->Top;
929 lpWriteRegion->Right = lpWriteRegion->Left;
932 /* Now do the real processing and move the characters */
933 for (i=lpWriteRegion->Top;i<=lpWriteRegion->Bottom;i++) {
934 offbase += dwBufferSize.X;
935 sprintf(sbuf,"%c[%d;%dH",27,i+1,lpWriteRegion->Left+1);
936 SADD(sbuf);
937 for (j=lpWriteRegion->Left;j<=lpWriteRegion->Right;j++) {
938 off = j + offbase;
939 if (lastattr!=lpBuffer[off].Attributes) {
940 lastattr = lpBuffer[off].Attributes;
941 sprintf(sbuf,"%c[0;%s3%d;4%dm",
943 (lastattr & FOREGROUND_INTENSITY)?"1;":"",
944 colormap[lastattr&7],
945 colormap[(lastattr&0x70)>>4]
947 /* FIXME: BACKGROUND_INTENSITY */
948 SADD(sbuf);
950 CADD(lpBuffer[off].Char.AsciiChar);
953 sprintf(sbuf,"%c[0m%c8",27,27);SADD(sbuf);
954 WriteFile(hConsoleOutput,buffer,bufused,&res,NULL);
955 HeapFree(GetProcessHeap(),0,buffer);
956 return TRUE;
959 /***********************************************************************
960 * WriteConsoleOutputW (KERNEL32.734)
962 BOOL WINAPI WriteConsoleOutputW( HANDLE hConsoleOutput,
963 LPCHAR_INFO lpBuffer,
964 COORD dwBufferSize,
965 COORD dwBufferCoord,
966 LPSMALL_RECT lpWriteRegion)
968 FIXME("(%d,%p,%dx%d,%dx%d,%p): stub\n", hConsoleOutput, lpBuffer,
969 dwBufferSize.X,dwBufferSize.Y,dwBufferCoord.X,dwBufferCoord.Y,lpWriteRegion);
971 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
972 return FALSE;
975 /***********************************************************************
976 * WriteConsoleW (KERNEL32.577)
978 BOOL WINAPI WriteConsoleW( HANDLE hConsoleOutput,
979 LPCVOID lpBuffer,
980 DWORD nNumberOfCharsToWrite,
981 LPDWORD lpNumberOfCharsWritten,
982 LPVOID lpReserved )
984 BOOL ret;
985 LPSTR xstring;
986 DWORD n;
988 n = WideCharToMultiByte(CP_ACP,0,lpBuffer,nNumberOfCharsToWrite,NULL,0,NULL,NULL);
989 xstring=HeapAlloc( GetProcessHeap(), 0, n );
991 n = WideCharToMultiByte(CP_ACP,0,lpBuffer,nNumberOfCharsToWrite,xstring,n,NULL,NULL);
993 /* FIXME: should I check if this is a console handle? */
994 ret= WriteFile(hConsoleOutput, xstring, n,
995 lpNumberOfCharsWritten, NULL);
996 /* FIXME: lpNumberOfCharsWritten should be converted to numofchars in UNICODE */
997 HeapFree( GetProcessHeap(), 0, xstring );
998 return ret;
1002 /***********************************************************************
1003 * ReadConsoleA (KERNEL32.419)
1005 BOOL WINAPI ReadConsoleA( HANDLE hConsoleInput,
1006 LPVOID lpBuffer,
1007 DWORD nNumberOfCharsToRead,
1008 LPDWORD lpNumberOfCharsRead,
1009 LPVOID lpReserved )
1011 DWORD charsread = 0;
1012 LPSTR xbuf = (LPSTR)lpBuffer;
1014 TRACE("(%d,%p,%ld,%p,%p)\n",
1015 hConsoleInput,lpBuffer,nNumberOfCharsToRead,
1016 lpNumberOfCharsRead,lpReserved
1019 CONSOLE_get_input(hConsoleInput,FALSE);
1021 /* FIXME: should we read at least 1 char? The SDK does not say */
1022 while (charsread<nNumberOfCharsToRead)
1024 INPUT_RECORD ir;
1025 DWORD count;
1026 if (!read_console_input( hConsoleInput, &ir, 1, &count, TRUE )) return FALSE;
1027 if (!count) break;
1028 if (ir.EventType != KEY_EVENT) continue;
1029 if (!ir.Event.KeyEvent.bKeyDown) continue;
1030 *xbuf++ = ir.Event.KeyEvent.uChar.AsciiChar;
1031 charsread++;
1033 if (lpNumberOfCharsRead)
1034 *lpNumberOfCharsRead = charsread;
1035 return TRUE;
1038 /***********************************************************************
1039 * ReadConsoleW (KERNEL32.427)
1041 BOOL WINAPI ReadConsoleW( HANDLE hConsoleInput,
1042 LPVOID lpBuffer,
1043 DWORD nNumberOfCharsToRead,
1044 LPDWORD lpNumberOfCharsRead,
1045 LPVOID lpReserved )
1047 BOOL ret;
1048 LPSTR buf = (LPSTR)HeapAlloc(GetProcessHeap(), 0, nNumberOfCharsToRead);
1050 ret = ReadConsoleA(
1051 hConsoleInput,
1052 buf,
1053 nNumberOfCharsToRead,
1054 lpNumberOfCharsRead,
1055 lpReserved
1057 if (ret)
1058 MultiByteToWideChar( CP_ACP, 0, buf, -1, lpBuffer, nNumberOfCharsToRead );
1060 HeapFree( GetProcessHeap(), 0, buf );
1061 return ret;
1065 /******************************************************************************
1066 * ReadConsoleInputA [KERNEL32.569] Reads data from a console
1068 * PARAMS
1069 * hConsoleInput [I] Handle to console input buffer
1070 * lpBuffer [O] Address of buffer for read data
1071 * nLength [I] Number of records to read
1072 * lpNumberOfEventsRead [O] Address of number of records read
1074 * RETURNS
1075 * Success: TRUE
1076 * Failure: FALSE
1078 BOOL WINAPI ReadConsoleInputA(HANDLE hConsoleInput, LPINPUT_RECORD lpBuffer,
1079 DWORD nLength, LPDWORD lpNumberOfEventsRead)
1081 if (!nLength)
1083 if (lpNumberOfEventsRead) *lpNumberOfEventsRead = 0;
1084 return TRUE;
1087 /* loop until we get at least one event */
1088 for (;;)
1090 DWORD count;
1091 BOOL ret = read_console_input( hConsoleInput, lpBuffer, nLength, &count, TRUE );
1093 if (!ret) return FALSE;
1094 if (count)
1096 if (lpNumberOfEventsRead) *lpNumberOfEventsRead = count;
1097 return TRUE;
1099 CONSOLE_get_input(hConsoleInput,TRUE);
1100 /*WaitForSingleObject( hConsoleInput, INFINITE32 );*/
1105 /***********************************************************************
1106 * ReadConsoleInputW (KERNEL32.570)
1108 BOOL WINAPI ReadConsoleInputW( HANDLE handle, LPINPUT_RECORD buffer,
1109 DWORD count, LPDWORD read )
1111 /* FIXME: Fix this if we get UNICODE input. */
1112 return ReadConsoleInputA( handle, buffer, count, read );
1116 /***********************************************************************
1117 * FlushConsoleInputBuffer (KERNEL32.132)
1119 BOOL WINAPI FlushConsoleInputBuffer( HANDLE handle )
1121 return read_console_input( handle, NULL, 0, NULL, TRUE );
1125 /***********************************************************************
1126 * PeekConsoleInputA (KERNEL32.550)
1128 * Gets 'count' first events (or less) from input queue.
1130 * Does not need a complex console.
1132 BOOL WINAPI PeekConsoleInputA( HANDLE handle, LPINPUT_RECORD buffer, DWORD count, LPDWORD read )
1134 CONSOLE_get_input(handle,FALSE);
1135 if (!count)
1137 if (read) *read = 0;
1138 return TRUE;
1140 return read_console_input( handle, buffer, count, read, FALSE );
1144 /***********************************************************************
1145 * PeekConsoleInputW (KERNEL32.551)
1147 BOOL WINAPI PeekConsoleInputW(HANDLE hConsoleInput,
1148 LPINPUT_RECORD pirBuffer,
1149 DWORD cInRecords,
1150 LPDWORD lpcRead)
1152 /* FIXME: Hmm. Fix this if we get UNICODE input. */
1153 return PeekConsoleInputA(hConsoleInput,pirBuffer,cInRecords,lpcRead);
1157 /******************************************************************************
1158 * WriteConsoleInputA [KERNEL32.730] Write data to a console input buffer
1161 BOOL WINAPI WriteConsoleInputA( HANDLE handle, INPUT_RECORD *buffer,
1162 DWORD count, LPDWORD written )
1164 BOOL ret = TRUE;
1166 if (written) *written = 0;
1167 while (count && ret)
1169 DWORD len = min( count, REQUEST_MAX_VAR_SIZE/sizeof(INPUT_RECORD) );
1170 SERVER_START_REQ
1172 struct write_console_input_request *req = server_alloc_req( sizeof(*req),
1173 len*sizeof(INPUT_RECORD) );
1174 req->handle = handle;
1175 memcpy( server_data_ptr(req), buffer, len * sizeof(INPUT_RECORD) );
1176 if ((ret = !server_call( REQ_WRITE_CONSOLE_INPUT )))
1178 if (written) *written += req->written;
1179 count -= len;
1180 buffer += len;
1183 SERVER_END_REQ;
1185 return ret;
1188 /******************************************************************************
1189 * WriteConsoleInputW [KERNEL32.731] Write data to a console input buffer
1192 BOOL WINAPI WriteConsoleInputW( HANDLE handle, INPUT_RECORD *buffer,
1193 DWORD count, LPDWORD written )
1195 FIXME("(%d,%p,%ld,%p): stub!\n", handle, buffer, count, written);
1197 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1198 return FALSE;
1202 /***********************************************************************
1203 * SetConsoleTitleA (KERNEL32.476)
1205 * Sets the console title.
1207 * We do not necessarily need to create a complex console for that,
1208 * but should remember the title and set it on creation of the latter.
1209 * (not fixed at this time).
1211 BOOL WINAPI SetConsoleTitleA(LPCSTR title)
1213 size_t len = strlen(title);
1214 HANDLE hcon;
1215 DWORD written;
1216 BOOL ret;
1218 if ((hcon = CreateFileA( "CONOUT$", GENERIC_READ|GENERIC_WRITE, 0, NULL,
1219 OPEN_EXISTING, 0, 0 )) == INVALID_HANDLE_VALUE)
1220 return FALSE;
1222 len = min( len, REQUEST_MAX_VAR_SIZE );
1223 SERVER_START_REQ
1225 struct set_console_info_request *req = server_alloc_req( sizeof(*req), len );
1226 req->handle = hcon;
1227 req->mask = SET_CONSOLE_INFO_TITLE;
1228 memcpy( server_data_ptr(req), title, len );
1229 ret = !server_call( REQ_SET_CONSOLE_INFO );
1231 SERVER_END_REQ;
1233 if (ret && CONSOLE_GetPid( hcon ))
1235 /* only set title for complex console (own xterm) */
1236 WriteFile( hcon, "\033]2;", 4, &written, NULL );
1237 WriteFile( hcon, title, strlen(title), &written, NULL );
1238 WriteFile( hcon, "\a", 1, &written, NULL );
1240 CloseHandle( hcon );
1241 return ret;
1245 /******************************************************************************
1246 * SetConsoleTitleW [KERNEL32.477] Sets title bar string for console
1248 * PARAMS
1249 * title [I] Address of new title
1251 * NOTES
1252 * This should not be calling the A version
1254 * RETURNS
1255 * Success: TRUE
1256 * Failure: FALSE
1258 BOOL WINAPI SetConsoleTitleW( LPCWSTR title )
1260 BOOL ret;
1262 LPSTR titleA = HEAP_strdupWtoA( GetProcessHeap(), 0, title );
1263 ret = SetConsoleTitleA(titleA);
1264 HeapFree( GetProcessHeap(), 0, titleA );
1265 return ret;
1268 /******************************************************************************
1269 * SetConsoleCursorPosition [KERNEL32.627]
1270 * Sets the cursor position in console
1272 * PARAMS
1273 * hConsoleOutput [I] Handle of console screen buffer
1274 * dwCursorPosition [I] New cursor position coordinates
1276 * RETURNS STD
1278 BOOL WINAPI SetConsoleCursorPosition( HANDLE hcon, COORD pos )
1280 char xbuf[20];
1281 DWORD xlen;
1283 /* make console complex only if we change lines, not just in the line */
1284 if (pos.Y)
1285 CONSOLE_make_complex(hcon);
1287 TRACE("%d (%dx%d)\n", hcon, pos.X , pos.Y );
1288 /* x are columns, y rows */
1289 if (pos.Y)
1290 /* full screen cursor absolute positioning */
1291 sprintf(xbuf,"%c[%d;%dH", 0x1B, pos.Y+1, pos.X+1);
1292 else
1293 /* relative cursor positioning in line (\r to go to 0) */
1294 sprintf(xbuf,"\r%c[%dC", 0x1B, pos.X);
1295 /* FIXME: store internal if we start using own console buffers */
1296 WriteFile(hcon,xbuf,strlen(xbuf),&xlen,NULL);
1297 return TRUE;
1300 /***********************************************************************
1301 * GetNumberOfConsoleInputEvents (KERNEL32.246)
1303 BOOL WINAPI GetNumberOfConsoleInputEvents(HANDLE hcon,LPDWORD nrofevents)
1305 CONSOLE_get_input (hcon, FALSE);
1307 return read_console_input( hcon, NULL, 0, nrofevents, FALSE );
1310 /***********************************************************************
1311 * GetNumberOfConsoleMouseButtons (KERNEL32.358)
1313 BOOL WINAPI GetNumberOfConsoleMouseButtons(LPDWORD nrofbuttons)
1315 FIXME("(%p): stub\n", nrofbuttons);
1316 *nrofbuttons = 2;
1317 return TRUE;
1320 /******************************************************************************
1321 * GetConsoleCursorInfo [KERNEL32.296] Gets size and visibility of console
1323 * PARAMS
1324 * hcon [I] Handle to console screen buffer
1325 * cinfo [O] Address of cursor information
1327 * RETURNS
1328 * Success: TRUE
1329 * Failure: FALSE
1331 BOOL WINAPI GetConsoleCursorInfo( HANDLE hcon, LPCONSOLE_CURSOR_INFO cinfo )
1333 BOOL ret;
1335 SERVER_START_REQ
1337 struct get_console_info_request *req = server_alloc_req( sizeof(*req), 0 );
1338 req->handle = hcon;
1339 ret = !server_call( REQ_GET_CONSOLE_INFO );
1340 if (ret && cinfo)
1342 cinfo->dwSize = req->cursor_size;
1343 cinfo->bVisible = req->cursor_visible;
1346 SERVER_END_REQ;
1347 return ret;
1351 /******************************************************************************
1352 * SetConsoleCursorInfo [KERNEL32.626] Sets size and visibility of cursor
1354 * RETURNS
1355 * Success: TRUE
1356 * Failure: FALSE
1358 BOOL WINAPI SetConsoleCursorInfo(
1359 HANDLE hcon, /* [in] Handle to console screen buffer */
1360 LPCONSOLE_CURSOR_INFO cinfo) /* [in] Address of cursor information */
1362 char buf[8];
1363 DWORD xlen;
1364 BOOL ret;
1366 CONSOLE_make_complex(hcon);
1367 sprintf(buf,"\033[?25%c",cinfo->bVisible?'h':'l');
1368 WriteFile(hcon,buf,strlen(buf),&xlen,NULL);
1370 SERVER_START_REQ
1372 struct set_console_info_request *req = server_alloc_req( sizeof(*req), 0 );
1373 req->handle = hcon;
1374 req->cursor_size = cinfo->dwSize;
1375 req->cursor_visible = cinfo->bVisible;
1376 req->mask = SET_CONSOLE_INFO_CURSOR;
1377 ret = !server_call( REQ_SET_CONSOLE_INFO );
1379 SERVER_END_REQ;
1380 return ret;
1384 /******************************************************************************
1385 * SetConsoleWindowInfo [KERNEL32.634] Sets size and position of console
1387 * RETURNS
1388 * Success: TRUE
1389 * Failure: FALSE
1391 BOOL WINAPI SetConsoleWindowInfo(
1392 HANDLE hcon, /* [in] Handle to console screen buffer */
1393 BOOL bAbsolute, /* [in] Coordinate type flag */
1394 LPSMALL_RECT window) /* [in] Address of new window rectangle */
1396 FIXME("(%x,%d,%p): stub\n", hcon, bAbsolute, window);
1397 return TRUE;
1401 /******************************************************************************
1402 * SetConsoleTextAttribute [KERNEL32.631] Sets colors for text
1404 * Sets the foreground and background color attributes of characters
1405 * written to the screen buffer.
1407 * RETURNS
1408 * Success: TRUE
1409 * Failure: FALSE
1411 BOOL WINAPI SetConsoleTextAttribute(HANDLE hConsoleOutput,WORD wAttr)
1413 const int colormap[8] = {
1414 0,4,2,6,
1415 1,5,3,7,
1417 DWORD xlen;
1418 char buffer[20];
1420 TRACE("(%d,%d)\n",hConsoleOutput,wAttr);
1421 sprintf(buffer,"%c[0;%s3%d;4%dm",
1423 (wAttr & FOREGROUND_INTENSITY)?"1;":"",
1424 colormap[wAttr&7],
1425 colormap[(wAttr&0x70)>>4]
1427 WriteFile(hConsoleOutput,buffer,strlen(buffer),&xlen,NULL);
1428 return TRUE;
1432 /******************************************************************************
1433 * SetConsoleScreenBufferSize [KERNEL32.630] Changes size of console
1435 * PARAMS
1436 * hConsoleOutput [I] Handle to console screen buffer
1437 * dwSize [I] New size in character rows and cols
1439 * RETURNS
1440 * Success: TRUE
1441 * Failure: FALSE
1443 BOOL WINAPI SetConsoleScreenBufferSize( HANDLE hConsoleOutput,
1444 COORD dwSize )
1446 FIXME("(%d,%dx%d): stub\n",hConsoleOutput,dwSize.X,dwSize.Y);
1447 return TRUE;
1451 /******************************************************************************
1452 * FillConsoleOutputCharacterA [KERNEL32.242]
1454 * PARAMS
1455 * hConsoleOutput [I] Handle to screen buffer
1456 * cCharacter [I] Character to write
1457 * nLength [I] Number of cells to write to
1458 * dwCoord [I] Coords of first cell
1459 * lpNumCharsWritten [O] Pointer to number of cells written
1461 * RETURNS
1462 * Success: TRUE
1463 * Failure: FALSE
1465 BOOL WINAPI FillConsoleOutputCharacterA(
1466 HANDLE hConsoleOutput,
1467 BYTE cCharacter,
1468 DWORD nLength,
1469 COORD dwCoord,
1470 LPDWORD lpNumCharsWritten)
1472 DWORD count;
1473 DWORD xlen;
1475 SetConsoleCursorPosition(hConsoleOutput,dwCoord);
1476 for(count=0;count<nLength;count++)
1477 WriteFile(hConsoleOutput,&cCharacter,1,&xlen,NULL);
1478 *lpNumCharsWritten = nLength;
1479 return TRUE;
1483 /******************************************************************************
1484 * FillConsoleOutputCharacterW [KERNEL32.243] Writes characters to console
1486 * PARAMS
1487 * hConsoleOutput [I] Handle to screen buffer
1488 * cCharacter [I] Character to write
1489 * nLength [I] Number of cells to write to
1490 * dwCoord [I] Coords of first cell
1491 * lpNumCharsWritten [O] Pointer to number of cells written
1493 * RETURNS
1494 * Success: TRUE
1495 * Failure: FALSE
1497 BOOL WINAPI FillConsoleOutputCharacterW(HANDLE hConsoleOutput,
1498 WCHAR cCharacter,
1499 DWORD nLength,
1500 COORD dwCoord,
1501 LPDWORD lpNumCharsWritten)
1503 DWORD count;
1504 DWORD xlen;
1506 SetConsoleCursorPosition(hConsoleOutput,dwCoord);
1507 /* FIXME: not quite correct ... but the lower part of UNICODE char comes
1508 * first
1510 for(count=0;count<nLength;count++)
1511 WriteFile(hConsoleOutput,&cCharacter,1,&xlen,NULL);
1512 *lpNumCharsWritten = nLength;
1513 return TRUE;
1517 /******************************************************************************
1518 * FillConsoleOutputAttribute [KERNEL32.241] Sets attributes for console
1520 * PARAMS
1521 * hConsoleOutput [I] Handle to screen buffer
1522 * wAttribute [I] Color attribute to write
1523 * nLength [I] Number of cells to write to
1524 * dwCoord [I] Coords of first cell
1525 * lpNumAttrsWritten [O] Pointer to number of cells written
1527 * RETURNS
1528 * Success: TRUE
1529 * Failure: FALSE
1531 BOOL WINAPI FillConsoleOutputAttribute( HANDLE hConsoleOutput,
1532 WORD wAttribute, DWORD nLength, COORD dwCoord,
1533 LPDWORD lpNumAttrsWritten)
1535 FIXME("(%d,%d,%ld,%dx%d,%p): stub\n", hConsoleOutput,
1536 wAttribute,nLength,dwCoord.X,dwCoord.Y,lpNumAttrsWritten);
1537 *lpNumAttrsWritten = nLength;
1538 return TRUE;
1541 /******************************************************************************
1542 * ReadConsoleOutputCharacterA [KERNEL32.573]
1544 * BUGS
1545 * Unimplemented
1547 BOOL WINAPI ReadConsoleOutputCharacterA(HANDLE hConsoleOutput,
1548 LPSTR lpstr, DWORD dword, COORD coord, LPDWORD lpdword)
1550 FIXME("(%d,%p,%ld,%dx%d,%p): stub\n", hConsoleOutput,lpstr,
1551 dword,coord.X,coord.Y,lpdword);
1552 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1553 return FALSE;
1556 /******************************************************************************
1557 * ReadConsoleOutputCharacterW [KERNEL32.574]
1559 * BUGS
1560 * Unimplemented
1562 BOOL WINAPI ReadConsoleOutputCharacterW(HANDLE hConsoleOutput,
1563 LPWSTR lpstr, DWORD dword, COORD coord, LPDWORD lpdword)
1565 FIXME("(%d,%p,%ld,%dx%d,%p): stub\n", hConsoleOutput,lpstr,
1566 dword,coord.X,coord.Y,lpdword);
1567 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1568 return FALSE;
1572 /******************************************************************************
1573 * ScrollConsoleScreenBufferA [KERNEL32.612]
1575 * BUGS
1576 * Unimplemented
1578 BOOL WINAPI ScrollConsoleScreenBufferA( HANDLE hConsoleOutput,
1579 LPSMALL_RECT lpScrollRect, LPSMALL_RECT lpClipRect,
1580 COORD dwDestOrigin, LPCHAR_INFO lpFill)
1582 FIXME("(%d,%p,%p,%dx%d,%p): stub\n", hConsoleOutput,lpScrollRect,
1583 lpClipRect,dwDestOrigin.X,dwDestOrigin.Y,lpFill);
1584 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1585 return FALSE;
1588 /******************************************************************************
1589 * ScrollConsoleScreenBufferW [KERNEL32.613]
1591 * BUGS
1592 * Unimplemented
1594 BOOL WINAPI ScrollConsoleScreenBufferW( HANDLE hConsoleOutput,
1595 LPSMALL_RECT lpScrollRect, LPSMALL_RECT lpClipRect,
1596 COORD dwDestOrigin, LPCHAR_INFO lpFill)
1598 FIXME("(%d,%p,%p,%dx%d,%p): stub\n", hConsoleOutput,lpScrollRect,
1599 lpClipRect,dwDestOrigin.X,dwDestOrigin.Y,lpFill);
1600 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1601 return FALSE;
1604 /******************************************************************************
1605 * ReadConsoleOutputA [KERNEL32.571]
1607 * BUGS
1608 * Unimplemented
1610 BOOL WINAPI ReadConsoleOutputA( HANDLE hConsoleOutput,
1611 LPCHAR_INFO lpBuffer,
1612 COORD dwBufferSize,
1613 COORD dwBufferCoord,
1614 LPSMALL_RECT lpReadRegion )
1616 FIXME("(%d,%p,%dx%d,%dx%d,%p): stub\n", hConsoleOutput, lpBuffer,
1617 dwBufferSize.X, dwBufferSize.Y, dwBufferSize.X, dwBufferSize.Y,
1618 lpReadRegion);
1620 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1621 return FALSE;
1624 /******************************************************************************
1625 * ReadConsoleOutputW [KERNEL32.575]
1627 * BUGS
1628 * Unimplemented
1630 BOOL WINAPI ReadConsoleOutputW( HANDLE hConsoleOutput,
1631 LPCHAR_INFO lpBuffer,
1632 COORD dwBufferSize,
1633 COORD dwBufferCoord,
1634 LPSMALL_RECT lpReadRegion )
1636 FIXME("(%d,%p,%dx%d,%dx%d,%p): stub\n", hConsoleOutput, lpBuffer,
1637 dwBufferSize.X, dwBufferSize.Y, dwBufferSize.X, dwBufferSize.Y,
1638 lpReadRegion);
1640 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1641 return FALSE;
1644 /******************************************************************************
1645 * ReadConsoleOutputAttribute [KERNEL32.572]
1647 * BUGS
1648 * Unimplemented
1650 BOOL WINAPI ReadConsoleOutputAttribute( HANDLE hConsoleOutput,
1651 LPWORD lpAttribute,
1652 DWORD nLength,
1653 COORD dwReadCoord,
1654 LPDWORD lpNumberOfAttrsRead)
1656 FIXME("(%d,%p,%ld,%dx%d,%p): stub\n", hConsoleOutput, lpAttribute,
1657 nLength, dwReadCoord.X, dwReadCoord.Y, lpNumberOfAttrsRead);
1659 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1660 return FALSE;
1663 /******************************************************************************
1664 * SetConsoleCP [KERNEL32.572]
1666 * BUGS
1667 * Unimplemented
1669 BOOL WINAPI SetConsoleCP( UINT cp )
1671 FIXME("(%d): stub\n", cp);
1673 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1674 return FALSE;
1677 /******************************************************************************
1678 * SetConsoleInputExeNameW [KERNEL32.889]
1680 * BUGS
1681 * Unimplemented
1683 BOOL WINAPI SetConsoleInputExeNameW( LPCWSTR name )
1685 FIXME("(%s): stub!\n", debugstr_w(name));
1687 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1688 return TRUE;
1691 /******************************************************************************
1692 * SetConsoleInputExeNameA [KERNEL32.888]
1694 * BUGS
1695 * Unimplemented
1697 BOOL WINAPI SetConsoleInputExeNameA( LPCSTR name )
1699 FIXME("(%s): stub!\n", name);
1701 SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
1702 return TRUE;