Add ScrollWindow. Rewrite EditBox to work with OffsetLayout. Add propery "exposed" to DrawEvent. Add Widget._view_size. Add config file (driver, log_level).
CXXFLAGS=`sdl-config --cflags` -g -Wall -std=c++11 -Isrc
LDFLAGS=`sdl-config --libs` -lSDL_ttf
VPATH=src tests
all: test_sdlterm test_sdl_events
test_sdlterm: test_sdlterm.cc sdlterm.cc sdlterm.h
test_sdl_events: test_sdl_events.cc
clean:
rm -f test_sdlterm test_sdl_events