about summary refs log tree commit diff stats
path: root/config.arg.h
Commit message (Collapse)AuthorAgeFilesLines
...
* switching to uxterm again, I get kretze from this urxvt craparg@mig292006-12-071-1/+1
|
* making terminus more explicit a regular font (otherwise olique font might be ↵arg@mig292006-12-051-1/+1
| | | | used in some setups like mine).
* darkening the fg colors somewhatarg@mig292006-12-011-2/+2
|
* removed viewall(), replaced with view(-1); added tag(-1) to tag a client ↵arg@mig292006-11-301-1/+2
| | | | with all tags (new key combo MODKEY-Shift-0)
* returning to old Key structarg@mig292006-11-271-30/+29
|
* changing Key.func into Key.func[NFUNCS], this allows sequences execution of ↵arg@mig292006-11-271-31/+32
| | | | functions per keypress (avoids implementing useless masterfunctions which call atomic ones)
* added togglefloat to hg tip (i consider this useful for some cases), using ↵arg@mig292006-11-271-0/+1
| | | | MODKEY-Shift-space as shortcut
* using iso10646 explicitely in arg's config.harg@mig292006-11-211-1/+1
|
* nah reverting to my prev style, that's really the best 2.2arg@mig292006-11-181-6/+6
|
* applying aluminium style for arg's config.harg@mig292006-11-181-6/+6
|
* using a more blue-ish color...arg@mig292006-11-081-2/+2
|
* making the selected color more lightningarg@mig292006-11-081-1/+1
|
* renamed resizecol into resizemaster 2.1arg@mig292006-10-311-2/+2
|
* in a 1920x1200 setup 40 pixels of snap value are much better than 20arg@mig292006-10-301-1/+1
|
* added screen-border snapping in floating mode, feels quite wellarg@mig292006-10-301-0/+1
/*                   /Net/dxcern/userd/timbl/hypertext/WWW/Library/Implementation/HTMIME.html
                                       MIME PARSER
                                             
   The MIME parser stream presents a MIME document. It recursively invokes the format
   manager to handle embedded formats.
   
   As well as stripping off and parsing the headers, the MIME parser has to parse any
   weirld MIME encodings it may meet within the body parts of messages, and must deal with
   multipart messages.
   
   This module is implemented to the level necessary for operation with WWW, but is not
   currently complete for any arbitrary MIME message.
   
   Check the source for latest additions to functionality.
   
   The MIME parser is complicated by the fact that WWW allows real binary to be sent, not
   ASCII encoded.  Therefore the netascii decoding is included in this module. One cannot
   layer it by converting first from Net to local text, then decoding it. Of course, for
   local files, the net ascii decoding is not needed.  There are therefore two creation
   routines.
   
 */
#ifndef HTMIME_H
#define HTMIME_H

#include <HTStream.h>
#include <HTAnchor.h>

/*
**  This function is for trimming off any paired
**  open- and close-double quotes from header values.
**  It does not parse the string for embedded quotes,
**  and will not modify the string unless both the
**  first and last characters are double-quotes. - FM
*/
extern void HTMIME_TrimDoubleQuotes PARAMS((
	char *		value));

/*

  INPUT: LOCAL TEXT
  
 */
extern HTStream * HTMIMEConvert PARAMS((HTPresentation * pres,
                                        HTParentAnchor * anchor,
                                        HTStream * sink));
/*

  INPUT: NET ASCII
  
 */
extern HTStream * HTNetMIME PARAMS((HTPresentation * pres,
                                        HTParentAnchor * anchor,
                                        HTStream * sink));


/*

  For handling Japanese headers.
  
*/
extern void HTmmdec_base64 PARAMS((
	char *	t,
	char *	s));

extern void HTmmdec_quote PARAMS((
	char *	t,
	char *	s));

extern void HTmmdecode PARAMS((
	char *	trg,
	char *	str));

extern int HTrjis PARAMS((
	char *	t,
	char *	s));

PUBLIC int HTmaybekanji PARAMS((
	int	c1,
	int	c2));


#endif /* !HTMIME_H */

/*

   end of HTMIME */
08d8410e46daef0712e1f1ffb'>small change
arg@mmvi2006-09-261-2/+2
|
* small fixarg@mmvi2006-09-261-1/+1
|
* changed order of colordefs in config.h's, changed config.arg.h to fit to new ↵arg@mmvi2006-09-261-4/+5
| | | | dmenu
* slight change to config.arg.h (I use ff floating)arg@mmvi2006-09-221-1/+1
|
* implemented the maximization as I described on the mailinglist, this feels ↵arg@mmvi2006-09-221-1/+0
| | | | better to me.
* fixed executing of dmenu output to handle args correctlyAnselm R. Garbe2006-09-121-1/+1
|
* ach ich will auch Alt-sAnselm R. Garbe2006-09-051-0/+1
|
* renamed resizetile into resizecolAnselm R. Garbe2006-09-051-1/+1
|
* s/growcol/resizetile/gAnselm R. Garbe2006-09-051-1/+1
|
* I really need column growing, now pushing upstreamAnselm R. Garbe2006-09-051-0/+1
|
* changed shortcut into Mod1-0Anselm R. Garbe2006-08-311-1/+1
|
* added viewall to mainstream (only Ross Mohns version, not the toggle)Anselm R. Garbe2006-08-311-0/+1
|
* small fix in config.arg.hAnselm R. Garbe2006-08-301-3/+3
|
* now using Salmi's menu commandAnselm R. Garbe2006-08-301-2/+3
|
* removed crappy variablesAnselm R. Garbe2006-08-281-0/+4
|
* changed config.arg.h - I really need the 4th tagAnselm R. Garbe2006-08-281-1/+1
|
* oh frking dear big font...Anselm R. Garbe2006-08-251-1/+1
|