Files
nethack/win
PatR ab66475f21 X11/winstat.c formatting
Separate out the reformatting from other changes I'm working on
for X11 "fancy status".  Splits a few wide lines but mostly just
switches to the X11 idiom of combining
 XSetArg(arglist[argcount], ...);
 argcount++;
onto one line:
 XSetArg(arglist[argcount], ...); argcount++;
2020-02-27 11:51:10 -08:00
..
2020-02-26 00:24:37 -05:00
2019-12-17 14:11:52 -05:00
2020-02-26 00:24:37 -05:00
2020-02-27 11:51:10 -08:00