teapot-spreadsheet/src/common
Glen Whitney 25bb787f08 Prepare for per-cell configurable colors
So far, this jst consists of initializing color in curses mode, and making
  the display start and end part of intializing and freeing a sheet (so that
  it can control allocating the palette, for example, where the data structure
  used depends on what kind of display it is.

  Next up will be to allocate and destroy the color palette, and set up the
  default colors for cells to use (0 for foreground,
  TEAPOT_WHITE for background.) The outline beyond that is to allow setting of
  the cell colors, then actually display those colors, and finally edit the
  palette.
2019-07-29 11:35:10 -04:00
..
CMakeLists.txt Factor Cell into its own file 2019-07-27 03:00:03 -04:00
cell.c Implement a fill-with menu item 2019-07-27 04:08:42 -04:00
cell.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
context.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
context.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
csv.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
default.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
eval.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
eval.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
func.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
func.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
htmlio.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
latex.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
main.c Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
main.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
misc.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
misc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
parser.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
parser.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
sc.c Factor Cell into its own file 2019-07-27 03:00:03 -04:00
sc.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
scanner.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
sheet.c Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
sheet.h Prepare for per-cell configurable colors 2019-07-29 11:35:10 -04:00
utf8.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
utf8.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
wk1.c Factor Cell into its own file 2019-07-27 03:00:03 -04:00
wk1.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.c Move source code into subdirectory 2019-07-27 01:35:44 -04:00
xdr.h Move source code into subdirectory 2019-07-27 01:35:44 -04:00