about summary refs log tree commit diff stats
path: root/src/LYexit.c
Commit message (Expand)AuthorAgeFilesLines
* snapshot of project "lynx", label v2-9-0dev_4oThomas E. Dickey2020-02-271-2/+4
* snapshot of project "lynx", label v2-8-9dev_16yThomas E. Dickey2018-03-211-2/+1
* snapshot of project "lynx", label v2-8-8dev_16xThomas E. Dickey2013-11-281-21/+20
* snapshot of project "lynx", label v2-8-8dev_8mThomas E. Dickey2011-06-111-0/+185
* snapshot of project "lynx", label v2_8_8dev_9aThomas E. Dickey2011-06-111-185/+0
* snapshot of project "lynx", label v2-8-8dev_3cThomas E. Dickey2010-05-031-0/+185
* snapshot of project "lynx", label v2_8_8dev_6cThomas E. Dickey2010-04-291-185/+0
* snapshot of project "lynx", label v2-8-7dev_13bThomas E. Dickey2009-03-111-4/+1
* snapshot of project "lynx", label v2-8-7dev_11cThomas E. Dickey2008-12-301-5/+5
* snapshot of project "lynx", label v2-8-7dev_4dThomas E. Dickey2007-05-061-0/+12
* snapshot of project "lynx", label v2-8-6dev_9Thomas E. Dickey2004-12-301-2/+2
* snapshot of project "lynx", label v2-8-6dev_3Thomas E. Dickey2004-05-071-40/+37
* snapshot of project "lynx", label v2-8-6dev_2Thomas E. Dickey2004-04-271-15/+10
* snapshot of project "lynx", label v2-8-5dev_15Thomas E. Dickey2003-04-281-3/+7
* snapshot of project "lynx", label v2-8-5dev_14Thomas E. Dickey2003-02-051-1/+1
* snapshot of project "lynx", label v2-8-5dev_6Thomas E. Dickey2002-01-021-0/+1
* snapshot of project "lynx", label v2-8-4dev_18Thomas E. Dickey2001-02-131-5/+5
* snapshot of project "lynx", label v2-8-4dev_4Thomas E. Dickey2000-06-231-0/+3
* snapshot of project "lynx", label v2-8-4dev_1Thomas E. Dickey2000-05-051-1/+1
* snapshot of project "lynx", label v2-8-3pre_5Thomas E. Dickey2000-04-141-0/+1
* snapshot of project "lynx", label v2-8-3dev_22Thomas E. Dickey2000-03-131-1/+2
* snapshot of project "lynx", label v2-8-3dev_19Thomas E. Dickey2000-02-151-2/+2
* snapshot of project "lynx", label v2-8-3dev_10Thomas E. Dickey1999-09-291-1/+1
* snapshot of project "lynx", label v2-8-3dev_9Thomas E. Dickey1999-09-141-9/+3
* snapshot of project "lynx", label v2-8-3dev_4Thomas E. Dickey1999-07-141-0/+6
* snapshot of project "lynx", label v2-8-2dev_22Thomas E. Dickey1999-04-131-4/+0
* snapshot of project "lynx", label v2-8-2dev_21Thomas E. Dickey1999-03-301-55/+56
* snapshot of project "lynx", label v2-8-2dev_2Thomas E. Dickey1998-11-101-12/+12
* snapshot of project "lynx", label v2-8-1dev_4Thomas E. Dickey1998-11-061-13/+12
* snapshot of project "lynx", label v2-8-1dev_20Thomas E. Dickey1998-08-061-3/+0
* snapshot of project "lynx", label v2-8-1dev_19Thomas E. Dickey1998-07-311-0/+10
* snapshot of project "lynx", label v2-8-1dev_10Thomas E. Dickey1998-05-111-7/+2
* snapshot of project "lynx", label v2-8-1dev_7Thomas E. Dickey1998-04-231-2/+1
* snapshot of project "lynx", label v2-8-1dev_5Thomas E. Dickey1998-03-291-7/+7
* snapshot of project "lynx", label v2-7-1ac-0_111Thomas E. Dickey1998-01-281-4/+4
* snapshot of project "lynx", label v2-7-1ac_0-105Thomas E. Dickey1998-01-021-1/+7
* snapshot of project "lynx", label v2-7-1ac_0-93Thomas E. Dickey1997-11-071-0/+1
* snapshot of project "lynx", label v2-7-1ac_0-84Thomas E. Dickey1997-10-171-0/+2
* snapshot of project "lynx", label v2-7-1ac_0-38Thomas E. Dickey1997-07-221-0/+1
* snapshot of project "lynx", label v2-7-1ac_0-28Thomas E. Dickey1997-05-251-1/+1
* snapshot of project "lynx", label v2-7-1ac_0-6Thomas E. Dickey1997-04-161-3/+12
* snapshot of project "lynx", label v2_6fm_970129Thomas E. Dickey1997-01-291-59/+115
* snapshot of project "lynx", label v2_6Thomas E. Dickey1996-09-021-0/+102
long bg; unsigned long fg; unsigned long border; Drawable drawable; Fnt font; GC gc; }; struct Client { char name[256]; char *tags[TLast]; int proto; int x, y, w, h; int tx, ty, tw, th; /* title */ int basew, baseh, incw, inch, maxw, maxh, minw, minh; int grav; unsigned int border; long flags; Bool isfloat; Bool ismax; Client *next; Client *prev; Window win; Window title; }; extern char *tags[TLast], stext[1024]; extern int tsel, screen, sx, sy, sw, sh, bx, by, bw, bh, mw; extern void (*handler[LASTEvent])(XEvent *); extern void (*arrange)(Arg *); extern Atom wmatom[WMLast], netatom[NetLast]; extern Bool running, issel; extern Client *clients, *sel; extern Cursor cursor[CurLast]; extern DC dc; extern Display *dpy; extern Window root, barwin; /* client.c */ extern void ban(Client *c); extern void focus(Client *c); extern void focusnext(Arg *arg); extern void focusprev(Arg *arg); extern Client *getclient(Window w); extern Client *getctitle(Window w); extern void gravitate(Client *c, Bool invert); extern void higher(Client *c); extern void killclient(Arg *arg); extern void lower(Client *c); extern void manage(Window w, XWindowAttributes *wa); extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c); extern void settitle(Client *c); extern void togglemax(Arg *arg); extern void unmanage(Client *c); extern void zoom(Arg *arg); /* draw.c */ extern void drawall(); extern void drawstatus(); extern void drawtitle(Client *c); extern unsigned long getcolor(const char *colstr); extern void setfont(const char *fontstr); extern unsigned int textw(char *text); /* event.c */ extern void grabkeys(); /* main.c */ extern int getproto(Window w); extern void quit(Arg *arg); extern void sendevent(Window w, Atom a, long value); extern int xerror(Display *dsply, XErrorEvent *ee); /* tag.c */ extern void appendtag(Arg *arg); extern void dofloat(Arg *arg); extern void dotile(Arg *arg); extern Client *getnext(Client *c, unsigned int t); extern Client *getprev(Client *c); extern void replacetag(Arg *arg); extern void settags(Client *c); extern void togglemode(Arg *arg); extern void view(Arg *arg); /* util.c */ extern void *emallocz(unsigned int size); extern void eprint(const char *errstr, ...); extern void spawn(Arg *arg);