g13gui/g13d
June Tate-Gans ae055495cc g13d: Handle errors in writes
The original code was just throwing away error conditions for write calls to an
fd. Obviously this is bad, but really, we should probably be using an ostream
instead of a raw file handle here. For now, deal with the warning by checking
the result for errors, at least, and later we'll refactor to use ostream
properly.
2021-04-25 14:29:40 -05:00
..
CMakeLists.txt g13d: Fix include path for config.h 2021-04-25 13:43:16 -05:00
config.h.in g13d: Add a config header 2021-04-25 12:44:58 -05:00
g13_fonts.cc g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
g13_keys.cc g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
g13_lcd.cc g13d: Run clang-format to clean things up a bit 2021-04-25 14:04:12 -05:00
g13_log.cc g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
g13_main.cc g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
g13_stick.cc g13d: Run clang-format to clean things up a bit 2021-04-25 14:04:12 -05:00
g13.cc g13d: Handle errors in writes 2021-04-25 14:29:40 -05:00
g13.h g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
helper.cc g13d: Run clang-format to clean things up a bit 2021-04-25 14:04:12 -05:00
helper.h g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
logo.h g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00
pbm2lpbm.cc g13d: Reformat all the files using clang-format 2021-04-25 12:51:26 -05:00