mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Feature - 256-color support
- Temporary reorganization of files to prepare for a case change in from color.* -> Color.* on a Mac.
This commit is contained in:
parent
1d4c942675
commit
de8a2c36a0
7 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "text.h"
|
||||
#include "color.h"
|
||||
#include "Color.h"
|
||||
#include "util.h"
|
||||
#include "Date.h"
|
||||
#include "Duration.h"
|
||||
|
|
|
@ -2,10 +2,10 @@ bin_PROGRAMS = task
|
|||
task_SOURCES = Att.cpp Cmd.cpp Config.cpp Context.cpp Date.cpp Duration.cpp \
|
||||
Filter.cpp Grid.cpp Keymap.cpp Location.cpp Nibbler.cpp \
|
||||
Record.cpp Sequence.cpp StringTable.cpp Subst.cpp Task.cpp \
|
||||
TDB.cpp Table.cpp Timer.cpp Permission.cpp color.cpp edit.cpp \
|
||||
TDB.cpp Table.cpp Timer.cpp Permission.cpp Color.cpp edit.cpp \
|
||||
command.cpp import.cpp interactive.cpp recur.cpp report.cpp \
|
||||
custom.cpp rules.cpp main.cpp text.cpp util.cpp \
|
||||
Att.h Cmd.h Config.h Context.h Date.h Duration.h Filter.h \
|
||||
Grid.h Keymap.h Location.h Nibbler.h Record.h Sequence.h \
|
||||
StringTable.h Subst.h Task.h TDB.h Table.h Timer.h \
|
||||
Permission.h color.h i18n.h main.h text.h util.h
|
||||
Permission.h Color.h i18n.h main.h text.h util.h
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
#include "TDB.h"
|
||||
#include "Table.h"
|
||||
#include "Timer.h"
|
||||
#include "color.h"
|
||||
#include "Color.h"
|
||||
#include "main.h"
|
||||
|
||||
extern Context context;
|
||||
|
|
|
@ -30,8 +30,8 @@
|
|||
#include <map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <color.h>
|
||||
#include <Grid.h>
|
||||
#include "Color.h"
|
||||
#include "Grid.h"
|
||||
|
||||
class Table
|
||||
{
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#include "Context.h"
|
||||
#include "Table.h"
|
||||
#include "Date.h"
|
||||
#include "color.h"
|
||||
#include "Color.h"
|
||||
#include "../auto.h"
|
||||
|
||||
// task.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue