Implemented basic IO functions for SDL
commitbdde20e4252dfa272c50c0a06e80eec84cb384e7
authorPhilip Pavlick <philip@swash.link>
Mon, 30 Jul 2018 08:34:26 +0000 (30 04:34 -0400)
committerPhilip Pavlick <philip@swash.link>
Mon, 30 Jul 2018 08:34:26 +0000 (30 04:34 -0400)
tree6e1d872bafc9688ad1d0143c713a0db2f388b115
parent4cf4b682ac261c20c0cf17f26ee7331f089ea36b
Implemented basic IO functions for SDL

Basic drawing and input functions for the SDL terminal interface have
been implemented, largely cannibalized from Elronnd's SmugglerRL
project.  Attribution notices have been added appropriately.

The to-do list for the SDL interface is as follows:
 - Implement a writing function so we can write out actual lines of text
 - Use this writing function for the message bar, status bar, &c
3rdparty.txt
docs/license/smuggler.txt [new file with mode: 0644]
src/ioterm.d