summaryrefslogtreecommitdiff
path: root/src/w32console.c
Commit message (Expand)AuthorAgeFilesLines
* Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* src/w32console.c (vga_stdcolor_name): Remove unused function.Juanma Barranquero2010-09-301-22/+0
* Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-7/+3
* Fix whitespace to follow coding guidelines.Juanma Barranquero2010-07-071-3/+3
* src/w32*.c: Convert function definitions to standard C.Juanma Barranquero2010-07-061-25/+22
* w32console.c (sys_tputs): Adjust argument list to prototype in term.c.Eli Zaretskii2010-07-031-1/+1
* Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-2/+2
* Don't depend on cm.c or termcap.c on Windows, use stubs.Juanma Barranquero2010-04-211-0/+56
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-8/+7
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | | Merge from emacs--devo--0Miles Bader2007-12-061-29/+50
|\ \ \ | |/ /
| * | (w32_face_attributes): Comment previous change.Jason Rumney2007-12-011-4/+7
| * | (w32_face_attributes): Don't use color indexes that are out of range.Jason Rumney2007-11-301-12/+14
| * | (w32con_ins_del_lines, scroll_line): Clip to window.Jason Rumney2007-11-301-7/+30
| * | Leave HAVE_WINDOW_SYSTEM defined.Jason Rumney2007-11-291-12/+6
| * | (w32con_write_glyphs): Remove unused variables.Jason Rumney2007-11-211-1/+0
* | | Merge from emacs--devo--0Miles Bader2007-10-111-80/+78
|\ \ \ | |/ /
| * | (create_w32cons_output): Remove.Jason Rumney2007-09-251-18/+0
| * | (initialize_w32_display): Zero unused hooks.Jason Rumney2007-09-041-0/+10
| * | (one_and_only_w32cons): Remove.Jason Rumney2007-09-041-6/+1
| * | Merge from emacs--devo--0Miles Bader2007-07-311-1/+1
| |\ \ | | |/
| * | (w32con_move_cursor, w32con_clear_to_end):Jason Rumney2007-05-151-80/+91
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ | | |/ | |/|
| * | Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |/
* | Merge from emacs--devo--0Miles Bader2007-01-261-2/+2
|\ \ | |/
| * Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* | Merge from emacs--devo--0Miles Bader2006-07-061-1/+1
|\ \ | |/
| * (syms_of_ntterm) <w32-use-full-screen-buffer>: Doc fix - default value changed.John Paul Wallington2006-06-301-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-78Miles Bader2005-08-261-1/+2
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-68Miles Bader2005-07-071-4/+21
|\ \ | |/
| * (initialize_w32_display): Detect when the consoleJason Rumney2005-07-061-2/+19
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | (w32con_write_glyphs): Fix previous change.Kenichi Handa2004-12-111-1/+1
* | Sync to the change in HEAD on 2004-12-01.Kenichi Handa2004-12-111-66/+37
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74Miles Bader2004-12-081-0/+3
|\ \ | |/
| * (encode_terminal_code): Fix previous change.Kenichi Handa2004-12-011-1/+1
| * (w32con_write_glyphs): Decide coding here.Kenichi Handa2004-12-011-64/+40
* | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15Miles Bader2004-06-281-65/+65
|\ \ | |/
| * Prefix RIF functions with w32con_ to avoid namespace clash with term.c.Jason Rumney2004-05-181-62/+62
| * Use static consistently.Jason Rumney2004-05-171-13/+13
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | Include character.h. Use terminal_encode_buffer from term.c.Jason Rumney2003-10-111-11/+13