commit | 0926241e6489eff781f8a646fcd90f454882a81d | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon May 25 11:44:11 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon May 25 11:44:11 2009 -0400 |
tree | c154c93d14e47adf762bc0c9a6bd5c588b739fd8 | |
parent | 918b1564ddb02846a9aead718d2e8c623226648b [diff] |
VGA: Use struct for car/attr/WITH_ATTR. The three parameters are used frequently together - define a struct to hold them. Alos, merge biosfn_write_char_attr/_only into one function.