aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/type.h
Commit message (Collapse)AuthorAge
* introduce getter and setter functions.Gravatar Brendan Taylor2011-09-17
| | | | | | | | | | | | some variables didn't always have a value reflecting the browser's internal state. for example, if `default_encoding` was never set then `print @default_encoding` would always print a blank string. this introduces getter functions that ensure the value of a variable is always in sync with the internal state of the browser. also: setters, because sometimes you need to process user input before storing it.
* remove event formatting from run_parsed_commandGravatar keis2011-09-11
| | | | | | * split event formatting and sending into separate functions and expose both in events.h * make it possible to format array of strings
* fix testsGravatar Brendan Taylor2011-07-12
|
* move core variable stuff into variables fileGravatar David Keijser2011-05-25