]> granicus.if.org Git - nethack/commitdiff
Merge branch 'NetHack-3.6'
authornhmall <nhmall@nethack.org>
Sat, 30 Nov 2019 20:41:52 +0000 (15:41 -0500)
committernhmall <nhmall@nethack.org>
Sat, 30 Nov 2019 20:41:52 +0000 (15:41 -0500)
15 files changed:
1  2 
src/mapglyph.c
src/options.c
src/windows.c
sys/amiga/winami.c
sys/wince/mswproc.c
sys/winnt/nttty.c
win/Qt/qt_win.cpp
win/Qt4/qt4bind.cpp
win/X11/winX.c
win/curses/cursmain.c
win/gem/wingem.c
win/gnome/gnbind.c
win/tty/termcap.c
win/tty/wintty.c
win/win32/mswproc.c

diff --cc src/mapglyph.c
Simple merge
diff --cc src/options.c
Simple merge
diff --cc src/windows.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc win/X11/winX.c
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 011763499c4cac61317d3a33343dcd9b415f1503,bcd039a71365a8df31f04be54cf25bbfef68214e..8bbcaca32ca7c6d128fbb3e49d040dbe7af0d898
@@@ -4304,10 -4311,10 +4309,10 @@@ unsigned long *bmarray
     the condition where this gets used always has the same value */
  #define condcolor(bm,bmarray) NO_COLOR
  #define term_start_color(color) /*empty*/
- #define term_end_color(color) /*empty*/
+ #define term_end_color() /*empty*/
  #endif /* TEXTCOLOR */
  
 -STATIC_OVL int
 +static int
  condattr(bm, bmarray)
  long bm;
  unsigned long *bmarray;
Simple merge